Author: phobos Date: 2013-12-11 04:51:27 +0000 (Wed, 11 Dec 2013) New Revision: 26467
Modified: website/trunk/css/layout.css Log: more fixes to the layout css
Modified: website/trunk/css/layout.css =================================================================== --- website/trunk/css/layout.css 2013-12-10 21:46:42 UTC (rev 26466) +++ website/trunk/css/layout.css 2013-12-11 04:51:27 UTC (rev 26467) @@ -1047,7 +1047,7 @@ .dbox input.donate-btn { background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent; height: 26px; - width: 122px; + width: 150px; margin-top: 0px; display: block; background-color: transparent; @@ -1282,7 +1282,10 @@ } /* End hide from IE-mac */
-.dbox.dl p:last-child a{color:#000; text-decoration:none;} +.dbox.dl p:last-child a{color: #785688; +text-decoration: underline; +font-weight: bold; +} .dbox.dl select{ width: 70px; -webkit-appearance: none;-moz-appearance: none;outline-inset:1px;}