* more button alignment
This commit is contained in:
parent
ca246fc95e
commit
4e63b2e1d8
|
|
@ -1,6 +1,13 @@
|
|||
@import "common.css.scss";
|
||||
@import "site_validator.css.scss";
|
||||
|
||||
|
||||
#account-profile-samples {
|
||||
.actions {
|
||||
margin-right:6px;
|
||||
}
|
||||
}
|
||||
|
||||
.profile-online-sample-controls {
|
||||
.profile-table {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div layout="screen" layout-id="account/profile/samples" class="screen secondary account-profile-samples">
|
||||
<div layout="screen" id="account-profile-samples" layout-id="account/profile/samples" class="screen secondary account-profile-samples">
|
||||
<div class="content-head">
|
||||
<div class="content-icon">
|
||||
<%= image_tag "content/icon_account.png", {:width => 27, :height => 20} %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue