diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 4c1d991c1..e9dec5740 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6,13 +6,9 @@ .content form { text-align: left; } .content dt { margin-bottom: 5px; font-style: italic; font-size: 110%; } -.content ul.categoryActions a img, ul.categoryActions a { -border:0; margin-bottom:-5px; } ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside; padding: 0; text-indent: 0; list-style: none; text-align: center; } -.content div.titrePage ul.categoryActions { float: right; } .content div.titrePage { padding: 0 0 3px; } -.content ul.categoryActions li { display: inline; } .content div.comment { margin: 0 0 0.5em 0; padding: 0; overflow: hidden; width: 100%; /* don't ask why. It's a very usefull trick */ } @@ -174,12 +170,6 @@ LI.categoryLi { border-radius:5px; } -FORM#categoryOrdering UL.categoryActions { - float: right; - height:45px; - line-height:45px; -} -/* */ /* menuOrdering */ FORM#menuOrdering { @@ -286,8 +276,6 @@ left: 60px; /*position where enlarged image should offset horizontally */ } BODY { - margin: 5px; - padding: 0; font-size: 0.8em; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; text-align: center; /* be nice to IE5 */ @@ -909,14 +897,12 @@ legend {text-align:left;} /* Tables & forms */ -INPUT.text, INPUT.password, INPUT.button, -INPUT.submit, INPUT.reset, INPUT.file, SELECT, TEXTAREA { color:#999; background-color: #666; } -INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus { +INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #444; /* whitesmoke */ } |