diff options
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 244958749..2c26966a4 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -346,3 +346,14 @@ div.user_match { .field_value { vertical-align: top; } + +#keyword-chooser { + padding: 10px; + position: absolute; + z-index: 25; + top: 50px; + left: 50px; + border: 2px solid #404D6C; + -moz-border-radius: 5px; + background: white; +} |