@@ -72,7 +72,7 @@ fieldset {
72
72
}
73
73
74
74
abbr {
75
- border-bottom : 1px dotted # 000000 ;
75
+ border-bottom : 1px dotted # 000 ;
76
76
cursor : help;
77
77
}
78
78
@@ -160,6 +160,7 @@ abbr {
160
160
background : # d1d1d1 url(../ images/profiler/bg_submenu.gif) repeat-x 0 0 ;
161
161
}
162
162
163
+ # navigation div : first-child ,
163
164
# menu_profiler li : first-child ,
164
165
# menu_profiler li : first-child a ,
165
166
# menu_profiler li : first-child a span .label {
@@ -256,7 +257,7 @@ table th.value {
256
257
257
258
# content # main {
258
259
padding : 0 ;
259
- background-color : # FFFFFF ;
260
+ background-color : # FFF ;
260
261
border : 1px solid # dfdfdf ;
261
262
}
262
263
@@ -319,7 +320,7 @@ td.main, td.menu {
319
320
margin-right : 10px ;
320
321
font-size : 12px ;
321
322
border : 1px solid # dadada ;
322
- background : # FFFFFF url(../ images/profiler/input_bg.gif) repeat-x left top;
323
+ background : # FFF url(../ images/profiler/input_bg.gif) repeat-x left top;
323
324
padding : 5px 6px ;
324
325
color : # 565656 ;
325
326
}
@@ -333,10 +334,9 @@ td.main, td.menu {
333
334
float : none;
334
335
padding : 0 ;
335
336
margin : 0 ;
336
- border : 0 solid # 000 ;
337
+ border : 0 ;
337
338
text-decoration : none;
338
339
cursor : pointer;
339
- background-color : transparent;
340
340
white-space : nowrap;
341
341
display : inline-block;
342
342
text-align : center;
@@ -376,11 +376,16 @@ td.main, td.menu {
376
376
background : transparent url(../ images/profiler/btn_bg.png) repeat-x top left;
377
377
}
378
378
379
+ # navigation div : first-child {
380
+ margin : 0 0 20px ;
381
+ border-top : 0 ;
382
+ }
383
+
379
384
# navigation .search {
380
385
padding-top : 15px ;
381
386
float : none;
382
- background : none repeat scroll 0 0 # f6f6f6 ;
383
- color : # 333333 ;
387
+ background : # f6f6f6 ;
388
+ color : # 333 ;
384
389
margin : 20px 0 ;
385
390
border : 1px solid # dfdfdf ;
386
391
border-left : none;
@@ -429,5 +434,6 @@ td.main, td.menu {
429
434
}
430
435
431
436
# navigation .import input {
432
- width : 100px ;
437
+ margin : 5px 0 ;
438
+ width : 210px ;
433
439
}
0 commit comments