From: <dj...@us...> - 2012-01-15 14:14:31
|
Revision: 8734 http://xoops.svn.sourceforge.net/xoops/?rev=8734&view=rev Author: djculex Date: 2012-01-15 14:14:25 +0000 (Sun, 15 Jan 2012) Log Message: ----------- some ajustments to css Modified Paths: -------------- XoopsModules/smallworld/trunk/css/smallworld.css Modified: XoopsModules/smallworld/trunk/css/smallworld.css =================================================================== --- XoopsModules/smallworld/trunk/css/smallworld.css 2012-01-15 14:13:51 UTC (rev 8733) +++ XoopsModules/smallworld/trunk/css/smallworld.css 2012-01-15 14:14:25 UTC (rev 8734) @@ -10,7 +10,7 @@ .smallworld_index_headmenu { margin: 0; padding: 0; list-style-type: none; list-style-image: none; - width:140%; + /*width:140%;*/ } .smallworld_index_headmenu li { @@ -179,7 +179,7 @@ .smallworld_biotable { border-collapse: collapse; background-image:none; - width: 570px + width: 95%; } #userbio { @@ -659,8 +659,15 @@ text-align:left; background-color:#FFFFFF; padding:10px; + width:95%; } +#smallworld_updateboxarea h4{ + font-weight: bold; + margin: 2px 5px; + padding: 0 0 0 0; +} + #smallworld_update { border-color: Thistle; border-style: solid; @@ -718,6 +725,7 @@ .smallworld_stimg{ float:left; height:50px; + margin: 0 5px; width:50px; border:solid 1px #dedede; padding:3px; @@ -731,7 +739,7 @@ padding:5px; display:block; font-size:11px; - width:450px; + width:80%; } .smallworld_sttext b{ @@ -752,7 +760,7 @@ } #smallworld_stexpandbox { - margin-top:10px; + margin-top:15px; } #smallworld_stexpandbox img { @@ -763,9 +771,10 @@ /* Comment */ .smallworld_stcommentbody { border-bottom:solid 1px #fff; + margin:0 15px; background-color:#f2f2f2; padding:5px; - width:460px; + width:95%; overflow:auto; } @@ -785,7 +794,7 @@ padding:3px; display:block; font-size:11px; - width:400px; + width:80%; } .smallworld_stcommenttext b { @@ -805,7 +814,7 @@ float: right; font-weight: bold; position: relative; - right: 10px; + right: 5px; } .smallworld_commentupdate { @@ -843,7 +852,7 @@ } .comm_holder { -width:95%; +width:85%; } .comm_holder a{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |