[WebProfiler] Fix some design glitches (closes #2867)

This commit is contained in:
Joseph Bielawski 2011-12-17 11:44:50 +01:00
parent 108cd50ac9
commit d1fa8cc1cc

View File

@ -72,7 +72,7 @@ fieldset {
} }
abbr { abbr {
border-bottom: 1px dotted #000000; border-bottom: 1px dotted #000;
cursor: help; cursor: help;
} }
@ -160,6 +160,7 @@ abbr {
background: #d1d1d1 url(../images/profiler/bg_submenu.gif) repeat-x 0 0; background: #d1d1d1 url(../images/profiler/bg_submenu.gif) repeat-x 0 0;
} }
#navigation div:first-child,
#menu_profiler li:first-child, #menu_profiler li:first-child,
#menu_profiler li:first-child a, #menu_profiler li:first-child a,
#menu_profiler li:first-child a span.label { #menu_profiler li:first-child a span.label {
@ -256,7 +257,7 @@ table th.value {
#content #main { #content #main {
padding: 0; padding: 0;
background-color: #FFFFFF; background-color: #FFF;
border: 1px solid #dfdfdf; border: 1px solid #dfdfdf;
} }
@ -319,7 +320,7 @@ td.main, td.menu {
margin-right: 10px; margin-right: 10px;
font-size: 12px; font-size: 12px;
border: 1px solid #dadada; border: 1px solid #dadada;
background: #FFFFFF url(../images/profiler/input_bg.gif) repeat-x left top; background: #FFF url(../images/profiler/input_bg.gif) repeat-x left top;
padding: 5px 6px; padding: 5px 6px;
color: #565656; color: #565656;
} }
@ -333,10 +334,9 @@ td.main, td.menu {
float: none; float: none;
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0 solid #000; border: 0;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
background-color: transparent;
white-space: nowrap; white-space: nowrap;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
@ -376,11 +376,16 @@ td.main, td.menu {
background: transparent url(../images/profiler/btn_bg.png) repeat-x top left; background: transparent url(../images/profiler/btn_bg.png) repeat-x top left;
} }
#navigation div:first-child {
margin: 0 0 20px;
border-top: 0;
}
#navigation .search { #navigation .search {
padding-top: 15px; padding-top: 15px;
float: none; float: none;
background: none repeat scroll 0 0 #f6f6f6; background: #f6f6f6;
color: #333333; color: #333;
margin: 20px 0; margin: 20px 0;
border: 1px solid #dfdfdf; border: 1px solid #dfdfdf;
border-left: none; border-left: none;
@ -429,5 +434,6 @@ td.main, td.menu {
} }
#navigation .import input { #navigation .import input {
width: 100px; margin: 5px 0;
width: 210px;
} }