diff options
author | alecpl <alec@alec.pl> | 2011-12-27 09:11:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-27 09:11:15 +0000 |
commit | f547424c75a270aac64075a3d1e0c6cdbef83dc8 (patch) | |
tree | d01346285ccb9b4bb42f07e23d3d152bd5a38db6 /skins | |
parent | 9912cd9d8e5db97ea5c5e1ac8128e1a7e0df0d93 (diff) |
- Fix searchbox position
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 0597d21a2..757f7da0a 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -601,7 +601,7 @@ table.records-table tr.unfocused td { position: absolute; top: 55px; - right: 30px; + right: 10px; width: 190px; height: 20px; text-align: right; |