[mod] css mods

This commit is contained in:
asciimoo 2013-11-01 22:54:54 +01:00
parent 94b824dc57
commit 8782a574af
1 changed files with 1 additions and 1 deletions

View File

@ -124,6 +124,6 @@ tr:hover td { background: #DDDDDD; }
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd;
}
#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px; width: 30px; height: 30px; }
#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png') no-repeat; background-size: 30px 30px; width: 33px; height: 30px; }
#results { margin-left: 10px; margin-top: 10px; }