diff options
Diffstat (limited to 'static/media/style.css')
| -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; } |
