diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-04 11:23:41 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-04 11:23:41 +0200 |
| commit | 4b36a2c3b49da686d36eb242a0805d597468505e (patch) | |
| tree | 10a0a1d2bef1e4ac39dfcb52bbec8fb073c6b92b /skins | |
| parent | 8ca842b137a89a30fb7191f3b061330d24aff04a (diff) | |
small style changes
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/pdblue.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/skins/pdblue.css b/skins/pdblue.css index 0e02281ec..53b2b9b92 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -304,9 +304,10 @@ form dd, dl.pairs dd { } .submitready { - height:26px; - width:180px; - font-size:1.3em; + height:20px; + width:160px; + font-size:1.2em; + text-indent:9px; color:white; -webkit-border-radius: 20px; @@ -317,15 +318,15 @@ form dd, dl.pairs dd { background:#5090D0; background-image:url("/env/grafics/ok.png"); - background-size: 20px 20px; + background-size: 16px 16px; background-repeat:no-repeat; - background-position: 4px center; + background-position: 2px center; } .submitready:hover { background:#65AC2A; background-image:url("/env/grafics/ok.png"); - background-size: 20px 20px; + background-size: 16px 16px; background-repeat:no-repeat; - background-position: 4px center; + background-position: 2px center; }
\ No newline at end of file |
