User: gaute Date: 2007/04/10 06:49:30 Modified: no/www/test.css
Log: Try the German design File Changes: Directory: /no/www/ =================== File [changed]: test.css Url: http://no.openoffice.org/source/browse/no/www/test.css?r1=1.1&r2=1.2 Delta lines: +34 -0 -------------------- --- test.css 10 Apr 2007 13:46:37 -0000 1.1 +++ test.css 10 Apr 2007 13:49:28 -0000 1.2 @@ -14,6 +14,40 @@ display: none; } +/*-------------------- Standard Button Design ---------------------------*/ +.button { + display: block; + width: 193px; + margin: 0px; + margin-bottom: 4px; + padding: 0px; + color: #000000; + background-repeat: no-repeat; + font-size: 1.3em; + font-weight: bold; + text-align: left; + text-decoration: none; + text-transform: none; +} +.button:hover { + color: #000000; + cursor: pointer; +} +.button span { + display: block; + width: 163px; + margin: 0px; + padding-left: 30px; + padding-top: 1em; + height: auto!important; /* IE 'hack' for min-height */ + height: 35px; + min-height: 35px; + background: url("http://www.openoffice.org/style/buttonsmall_bottom.gif") no-repeat bottom right; +} +.button span small { + font-weight: normal; +} + /*-------------------- Spotlight (for product highlight)----------------------*/ /* From DeHome.css */ .contentpart#spotlight { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
