Working
Merge of Frank's updates
This commit is contained in:
@@ -261,6 +261,10 @@ hr {
|
|||||||
width: 23px;
|
width: 23px;
|
||||||
height: @top-bar-height;
|
height: @top-bar-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.profile {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-shop {
|
.view-shop {
|
||||||
@@ -278,10 +282,6 @@ hr {
|
|||||||
|
|
||||||
.loginpage {
|
.loginpage {
|
||||||
|
|
||||||
.brandbar {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-unit {
|
.hero-unit {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
|
||||||
@@ -361,6 +361,10 @@ hr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brandbar-wide {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
// -- Navigation bar ----------------------------------------------------------
|
// -- Navigation bar ----------------------------------------------------------
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
@@ -616,6 +620,11 @@ form .info .input-append .add-on {
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-without-tabs {
|
||||||
|
border-bottom: 2px solid #A5CED8;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
// The action bar on the right
|
// The action bar on the right
|
||||||
.actions {
|
.actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@@ -635,6 +644,8 @@ form .info .input-append .add-on {
|
|||||||
|
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
border-bottom: 1px dotted #A5CED8;
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
|
||||||
.inner-actions {
|
.inner-actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@@ -674,7 +685,7 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input-append.input-block-level .add-on img {
|
.input-append.input-block-level .add-on img {
|
||||||
max-height: 18px;
|
max-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Information in field label
|
// Information in field label
|
||||||
@@ -744,9 +755,12 @@ label {
|
|||||||
|
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
||||||
.btn-add-item {
|
.action-btn {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-left: 10px;
|
||||||
|
|
||||||
|
text-transform: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -887,4 +901,59 @@ label {
|
|||||||
button.add-on{
|
button.add-on{
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 2px solid white;
|
||||||
|
border-radius: 4px 4px 4px 4px;
|
||||||
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.actions {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-list-table .table-striped {
|
||||||
|
td, th {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
td:nth-child(2) {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
caption {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
border-bottom: 2px solid #A5CED8;
|
||||||
|
color: #5A6876;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 30px;
|
||||||
|
text-align: left;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-left-aligned {
|
||||||
|
th, td {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Modal is no longer limited
|
||||||
|
.modal-body {
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user