diff options
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/style.css | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/app/static/style.css b/app/static/style.css index c9c28d6..551cc74 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -80,7 +80,6 @@ a:hover { text-align: center; color: #ddd; text-decoration: none; - margin: 5px 0 !important; } .buttonset li a:hover { @@ -96,6 +95,24 @@ a:hover { background: #474 !important; } +.linedbuttonset a { + border: 1px solid #eee; + border-radius: 3px; + padding: 4px 10px; + margin: 0; + display: block; +} + +.linedbuttonset { + display: block; + margin: 0; +} + +.linedbuttonset li { + display: inline-block; + margin: 10px 10px 0 0; +} + /* Alerts */ #alerts { @@ -196,6 +213,12 @@ footer a { color: #666; } +.asideright { + float: right; + margin: 0 0 0 15px; + max-width: 300px; +} + /* Mod */ @@ -243,3 +266,7 @@ footer a { .sidebar_container .right > *:first-child, .sidebar_container .left > *:first-child { margin-top: 0; } + +.package-short-large { + font-size: 120%; +} |
