aboutsummaryrefslogtreecommitdiff
path: root/app/static
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-20 02:17:33 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-20 02:17:33 +0000
commitd3484d96e17138a9b8d86a85d387bb6c0f7135f0 (patch)
treec08665e71dc3eb4cb38654e3e627c22b1d0b8d09 /app/static
parentd17535fc781ff134f9800f19174154836ed89bdc (diff)
downloadcheatdb-d3484d96e17138a9b8d86a85d387bb6c0f7135f0.tar.xz
Add more details to package page
Diffstat (limited to 'app/static')
-rw-r--r--app/static/style.css29
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%;
+}