From: <dj...@us...> - 2011-12-28 02:12:18
|
Revision: 8603 http://xoops.svn.sourceforge.net/xoops/?rev=8603&view=rev Author: djculex Date: 2011-12-28 02:12:11 +0000 (Wed, 28 Dec 2011) Log Message: ----------- css adjustments for IE (suprice suprice) Modified Paths: -------------- XoopsModules/smallworld/trunk/css/SmallworldAdmin.css Modified: XoopsModules/smallworld/trunk/css/SmallworldAdmin.css =================================================================== --- XoopsModules/smallworld/trunk/css/SmallworldAdmin.css 2011-12-28 02:11:24 UTC (rev 8602) +++ XoopsModules/smallworld/trunk/css/SmallworldAdmin.css 2011-12-28 02:12:11 UTC (rev 8603) @@ -47,7 +47,11 @@ border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/ outline: none; } -ul.smallworldadmin_tabs li a:hover { background-color: #ccc;} + +ul.smallworldadmin_tabs li a:hover { + background-color: #ccc; +} + html ul.smallworldadmin_tabs li.active, html ul.smallworldadmin_tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/ background-color: #fff; border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/ @@ -58,15 +62,25 @@ border-top: 0 !important; overflow: hidden; clear: both; - /*float: left;*/ width: 100%; background-color: #fff; } -.smallworldadmin_tab_content { padding: 20px; font-size: 1.2em;} -p.smallworldadmin { font-size:11px; margin : 8px; line-height : 15px;} +.smallworldadmin_tab_content { + padding: 20px; + font-size: 1.2em; +} -p.smallworldadmin a, p.smallworldadmin a:hover, p.smallworldadmin a:visited { color: #0000FF; font-size: 11px;} +p.smallworldadmin { + font-size:11px; + margin : 8px; + line-height : 15px; +} +p.smallworldadmin a, p.smallworldadmin a:hover, p.smallworldadmin a:visited { + color: #0000FF; + font-size: 11px; +} + table.smallworldadmin { position:relative; left:20px; @@ -75,17 +89,44 @@ margin: 0; } -td.smallworldadmin { font-size:10px; line-height:70%;} +td.smallworldadmin { + font-size:10px; +} -.smallworldadmin_legend { font-weight:bold; font-size: 16px; color:#FF0000;} -.smallworldadmin_tab_container fieldset { border-radius: 7px; -moz-border-radius:7px; -webkit-border-radius: 7px;} -.smallworldadmin_tab_container legend { font-size: 14px; text-shadow: 1px 1px 2px #ccc;} -smallworldFrm, smallworld_admin_button {border:0; margin:0; padding:0;} -.smallworldAdminSpacer {clear:both; height:1px;} +.smallworldadmin_legend { + font-weight:bold; + font-size: 16px; + color:#FF0000; +} + +.smallworldadmin_tab_container fieldset { + border-radius: 7px; + -moz-border-radius:7px; + -webkit-border-radius: 7px; +} +.smallworldadmin_tab_container legend { + font-size: 14px; + text-shadow: 1px 1px 2px #ccc; +} +smallworldFrm, smallworld_admin_button { + border:0; + margin:0; + padding:0; +} +.smallworldAdminSpacer { + clear:both; + height:1px; +} + /* ----------- My Form ----------- */ -.smallworldForm{ margin:35px 20px; width:400px; padding:14px;} +.smallworldForm{ + margin:35px 20px; + width:400px; + padding:14px; +} + /* ----------- smallworldAdminForm ----------- */ #smallworldAdminForm{ border:solid 2px #b7ddf2; @@ -141,8 +182,16 @@ color: transparent; text-transform: capitalize; } -.smallworld_admin_error { font-weight: bold; color:red;} -.success { font-weight: bold; color:green;} +.smallworld_admin_error { + font-weight: bold; + color:red; +} + +.success { + font-weight: bold; + color:green; +} + .smallworld_admin_button-link a { border-style: solid; border: 0; @@ -160,8 +209,13 @@ margin-bottom:20px; padding-bottom:10px; } -.smallworld_admin_button-link a:hover { background-color: #C85304;} -.smallworld_update_header { font-size:14px;} +.smallworld_admin_button-link a:hover { + background-color: #C85304; +} +.smallworld_update_header { + font-size:14px; +} + .smallworld_upd_img { width:22px; height:22px; @@ -188,7 +242,11 @@ height: 150px; width: 300px; } -#smallworldadmin_tab5 h2 { font-size: 14px; margin: 1em 0 .5em 0;} +#smallworldadmin_tab5 h2 { + font-size: 14px; + margin: 1em 0 .5em 0; +} + ul.help { margin: 8px; padding: 8px; @@ -217,7 +275,9 @@ font-size: 11px; outline: none; } -li.help a:hover { background-color: #0000FF;} +li.help a:hover { + background-color: #0000FF; +} #smallworld_admin_allusers { background-color: Lavender; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |