Cosmetics on menus, details and the top bar...

SVN:trunk[3757]
This commit is contained in:
Denis Flaven
2015-09-12 18:46:39 +00:00
parent 7f64982fc0
commit 02aa8339f8
11 changed files with 95 additions and 55 deletions

View File

@@ -619,7 +619,8 @@ div.actions_menu > ul > li {
list-style: none;
vertical-align: middle;
margin: 0;
padding: 0;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
}
@@ -630,7 +631,6 @@ div.actions_menu > ul > li {
margin: 0;
padding: 0;
height: 25px;
noline-height: 25px;
}
@@ -844,6 +844,7 @@ input.dp-applied {
.SearchDrawer label {
background: #d6e8ef;
color: black;
text-align: right;
}
@@ -1147,18 +1148,11 @@ div#logo div {
#global-search {
height: 55px;
float: right;
background: url(../images/banner-search.png) no-repeat;
nopadding-top: 15px;
text-align: right;
overflow-y: hidden;
}
#global-search > form div {
padding-left: 4px;
}
#global-search table, #global-search tr, #global-search tr td {
padding: 0;
border: 0;
@@ -1170,19 +1164,48 @@ div#logo div {
}
#global-search > form input[type="text"] {
border: 0;
height: 18px;
width: 180px;
padding-top: 4;
background: transparent;
#global-search-area {
line-height: 55px;
}
#global-search > form tr td#g-search-input {
padding-top: 3px;
padding-left: 3px;
#global-search-input {
vertical-align: middle;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px #cccccc solid;
height: 18px;
width: 180px;
padding: 3px;
background: white;
display: inline-block;
}
#global-search-image {
vertical-align: middle;
background: url(../images/search.png) center center no-repeat;
display: inline-block;
width: 28px;
height: 30px;
margin-left: -8px;
cursor: pointer;
}
#help-link img {
padding: 0;
border: 0;
}
#help-link {
padding: 0;
border: 0;
background: transparent;
margin-left: 15px;
margin-right: 10px;
}
@@ -1414,7 +1437,7 @@ span.form_validation {
table.details {
border-collapse: collapse;
noborder-bottom: 2px white solid;
width: 100%;
nowidth: 100%;
}
@@ -1762,7 +1785,7 @@ a.summary, a.summary:hover {
#DashboardMenu li ul li a:hover {
background: #d81515;
background: #e87c1e;
color: white;
font-weight: bold;
list-style: none;