summaryrefslogtreecommitdiff
path: root/static/f/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/f/style.css')
-rw-r--r--static/f/style.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 04ce815d..8372f0b3 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -68,6 +68,9 @@ h2 p {
font-weight: normal;
display: inline;
}
+p.description {
+ margin: 10px 100px!important;
+}
@@ -707,9 +710,6 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
/***** Producer page/list *******/
-.producerpage p.description {
- margin: 10px 100px!important;
-}
.producerpage ul {
margin: 0 50px;
}
@@ -744,6 +744,19 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
+/***** Release page *****/
+
+.release table {
+ width: 400px;
+ margin: 0 auto;
+}
+.release .key {
+ width: 70px;
+}
+
+
+
+
/***** Warning/Notice Box *****/
div.warning, div.notice {