Style fixes
authorOlga Brani <olgabrani@grnet.gr>
Fri, 9 Nov 2012 10:41:19 +0000 (12:41 +0200)
committerOlga Brani <olgabrani@grnet.gr>
Fri, 9 Nov 2012 10:41:19 +0000 (12:41 +0200)
snf-astakos-app/astakos/im/static/im/css/modules.css
snf-astakos-app/astakos/im/static/im/images/cpu-stats.png [new file with mode: 0644]

index fbb65fa..7bdb16b 100644 (file)
@@ -377,7 +377,7 @@ table.alt-style tr td a.open                                        { background-position:-16px 0}
 \r
 .quotas-form fieldset                                                  { background:url(../images/dots.jpg) repeat-x scroll center bottom transparent; margin-bottom:3em; padding-bottom:3em; position:relative; }\r
 .quotas-form fieldset legend                                   { color:#55B577; font-size:1.154em; margin-bottom:3em; position:relative; }\r
-.quotas-form fieldset legend span                              { color:#222; }\r
+.quotas-form fieldset legend span                              { color:#222; font-size:0.867em; }\r
 .quotas-form .with-checkbox .checkbox-widget   { margin-top:12px; } \r
 .quotas-form .with-checkbox span.info                  { bottom:22px; }\r
 .quotas-form .form-row.submit                                  { text-align:center; }\r
@@ -416,6 +416,8 @@ form.quotas-form legend span.info span                      { width:395px; }
 .quotas-form .with-info .double-checks                         { position:relative; margin-bottom:70px; }\r
 .quotas-form .with-info .double-checks .form-row+.form-row                                     { position:absolute; left:224px; top:40px;}\r
 .quotas-form .with-info .double-checks span.info { left:262px; }\r
+.quotas-form .with-info .with-checkbox                 { margin-bottom:12px; }  \r
+        \r
         \r
 /* stats */\r
 .stats ul                                                                              { margin:0; padding:0; list-style:none outside none; }\r
@@ -432,12 +434,16 @@ form.quotas-form legend span.info span                    { width:395px; }
 .stats .info h3                                                                        { font-size:1.231em; color:#222222 }\r
 .stats .vm .img-wrap                                                   { background-image:url(../images/vm-stats.png) }\r
 .stats .ram .img-wrap                                                  { background-image:url(../images/ram-stats.png) }\r
+.stats .cpu .img-wrap                                                  { background-image:url(../images/cpu-stats.png) }\r
 .stats .network .img-wrap                                              { background-image:url(../images/network-stats.png) }\r
-.stats .disksize .img-wrap                                                     { background-image:url(../images/disk-stats.png) }\r
+.stats .disksize .img-wrap                                             { background-image:url(../images/disk-stats.png) }\r
 .stats .diskspace .img-wrap                                            { background-image:url(../images/storage-stats.png) }\r
 .stats .bandwidth .img-wrap                                            { background-image:url(../images/bandwidth-stats.png) }\r
 \r
 .stats .red .img-wrap                                                  { background-position: 15px 7px; }\r
 .stats .yellow .img-wrap                                               { background-position: -124px 7px; }\r
 .stats .green .img-wrap                                                        { background-position: -263px 7px; }\r
-.projects .editable form textarea                              { width:70%; height:50px; max-width:70%; width:270px; height:120px;}
\ No newline at end of file
+.projects .editable form textarea                              { width:70%; height:50px; max-width:70%; width:270px; height:120px;}\r
+\r
+/* temp style to hide extra menu for groups */\r
+.navigation ul+ul                                                              { display:none; }\r
diff --git a/snf-astakos-app/astakos/im/static/im/images/cpu-stats.png b/snf-astakos-app/astakos/im/static/im/images/cpu-stats.png
new file mode 100644 (file)
index 0000000..00cbf6a
Binary files /dev/null and b/snf-astakos-app/astakos/im/static/im/images/cpu-stats.png differ