From: <var...@us...> - 2021-11-22 21:03:34
|
Revision: 10677 http://sourceforge.net/p/phpwiki/code/10677 Author: vargenau Date: 2021-11-22 21:03:32 +0000 (Mon, 22 Nov 2021) Log Message: ----------- Improve blog layout Modified Paths: -------------- trunk/themes/blog/Kubrick.css Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2021-11-22 20:55:38 UTC (rev 10676) +++ trunk/themes/blog/Kubrick.css 2021-11-22 21:03:32 UTC (rev 10677) @@ -51,7 +51,7 @@ /* http://universaleditbutton.org */ div.actionbuttons a#btn-edit { background: url('images/UEB16.png') bottom left no-repeat; - padding-left: 13px !important; + padding-left: 18px !important; } #sitemeter { @@ -58,7 +58,7 @@ float: right; } -#actionbuttons, .actionbuttons { +.actionbuttons { float: left; height: 20px; margin-top: 12px; @@ -73,8 +73,8 @@ vertical-align: middle; } -#actionbuttons a { - padding-right: 0; +.actionbuttons a { + padding-right: 4px; font-size: 11px; /* we need pixel units here to match the background */ } @@ -101,6 +101,7 @@ #content { display:table-cell; padding-left: 19px; + padding-right: 4px; font-size: 1.2em } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |