]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb: added a titlebar to the GUI.
[helm.git] / matitaB / matita / matitaweb.css
index e481b416278fc3cd56879d99a764873f7cb7a815..03af7f6bbd8810f31fcefe8f37c9e5b1c2b54807 100644 (file)
@@ -11,6 +11,39 @@ div.upload {
        background-color: #f3f3f3;
 }
 
+div.titlebar {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       margin-bottom: 4px;
+       width:100%;
+       height: 32px;
+       background-color: #007fff;
+       color: white;
+}
+
+div.mainTitle {
+       display: block;
+       margin-left: 3px;
+       margin-right: auto;
+       max-width: 600px;
+       max-height: 32px;
+        float: left;
+        line-height: 32px;
+        vertical-align: middle;
+}
+
+div.mainRight {
+       display: block;
+       max-width: 600px;
+       max-height: 32px;
+        line-height: 32px;
+       display: block;
+       margin-left: auto;
+       margin-right: 3px;
+        float: right;
+        vertical-align: middle;
+}
 
 div.dialog {
        position:absolute;
@@ -49,6 +82,10 @@ div.diaClose {
         line-height: 32px
 }
 
+a#hlogout {
+  color: inherit;
+  font-weight: bold;
+}
 a#butClose {
   color: inherit;
 }
@@ -103,7 +140,7 @@ div.workarea {
        display: block;
        margin-left: auto;
        margin-right: auto;
-       height:88%; 
+       height:84%; 
        width:100%; 
 }