diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-09 04:14:41 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-01-09 04:14:41 +0100 |
| commit | 9f3dc57d1823eef0cd78f9fe68a64921911c2dc0 (patch) | |
| tree | 49c1cfd40495a9fa1d1f16b66e93224843bcdf89 /static/media | |
| parent | 7eb6f22ea52ee14af3cda9f4990511616aed3c97 (diff) | |
| download | Ishtar-9f3dc57d1823eef0cd78f9fe68a64921911c2dc0.tar.bz2 Ishtar-9f3dc57d1823eef0cd78f9fe68a64921911c2dc0.zip | |
Manage own items shortcuts (refs #54)
Diffstat (limited to 'static/media')
| -rw-r--r-- | static/media/style.css | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/static/media/style.css b/static/media/style.css index 036c04021..07d068024 100644 --- a/static/media/style.css +++ b/static/media/style.css @@ -103,6 +103,31 @@ div#main_menu > ul{ color:#922; } +div#context_menu fieldset{ + right:20px;; + position:absolute; + width:350px; + background-color:#EEE; + border:2px solid #CCC; + -moz-border-radius:8px; + -webkit-border-radius:8px; + border-radius:8px; +} +div#context_menu fieldset label{ + display:inline; +} + +div#context_menu ul{ + margin:0; + padding:2px; +} + +div#context_menu li{ + margin: 0; + list-style:none; +} + + div#content{ margin:0 200px; text-align:center; @@ -144,8 +169,10 @@ div.form { display:block; width:500px; background-color: #EEE; - border:1px solid #CCC; - border-radius:10px; + border:2px solid #CCC; + -moz-border-radius:8px; + -webkit-border-radius:8px; + border-radius:8px; text-align:center; } |
