diff options
Diffstat (limited to 'dash/css/dash.css')
| -rw-r--r-- | dash/css/dash.css | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index 29fb29f..b2dbbef 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -166,12 +166,10 @@ body { margin: 2em auto 1em auto; position: absolute; top: 0; - bottom: 0; left: 0; right: 0; width: 50%; - height: calc(100% - 5em); - padding: 1em; + padding: 1em 1em 2em 1em; box-shadow: 0px 0px 5px rgba(0,0,0,0.75); border-radius: 3px; background-color: #ffffff; @@ -344,10 +342,40 @@ h3 a:hover, h4 a:hover { height: 16px; } .norating { - height: 16px; + width: 86px !important; + height: 16px !important; } .star { width: 16px !important; height: 16px !important; margin: 0px 2px !important; } +#viewform { + width: 548px; + margin: 2em auto -1.25em; + font-size: 14pt; +} +#viewform select { + font-family: 'Myriad Pro'; + font-size: 12pt; + padding: 5px; + background-color: #ffffff; + border-style: solid; + border-width: 1px; + border-color: #dddddd; + border-radius: 5px; + color: #000000; + margin-left: 10px; +} +.adtrash { + display: block; + width: 32px; + height: 32px; + float: right; + background-image: url('../img/trash.png'); + background-size: contain; + background-repeat: no-repeat; +} +.adtrash:hover { + background-image: url('../img/trash_hover.png'); +} |
