.vsplitbar p {
+ font: 12px Helvetica,Verdana,sans-serif;
+
-moz-transform: rotate(270deg);
-moz-transform-origin: 50% 50%;
-webkit-transform: rotate(270deg);
font-weight: bold;
}
+
#header.saving {
background-color: #E1C1C1;
}
}
.saving #save-attempt-info {
display: inline;
+ font-weight: normal;
+}
+
+
+#header.out-of-date {
+ background-color: #E1C1C1;
+}
+#header.out-of-date #save-button {
+ display: none;
+}
+#out-of-date-info {
+ color: #801000;
+ display: none;
+}
+.out-of-date #out-of-date-info {
+ display: inline;
}
+
+
#header h1, #header h1 a {
margin: 0;
padding: 0;
}
.tabs li {
- height: 18px;
margin-top: 6px;
margin-bottom: 0px;
display: block;
float: left;
- padding-left: 12px;
- padding-right: 12px;
- padding-top: 5px;
-
font-weight: bold;
color: #222;
margin-left: 4px;
-webkit-border-bottom-right-radius: 0px;
}
+#tabs li {
+ height: 18px;
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-top: 5px;
+}
+
.tabs li.active {
background-color: #C1C1C1;
}
+
+#tabs-right li {
+ height: 20px;
+ padding-left: 12px;
+ padding-right: 12px;
+ padding-top: 3px;
+}
+
+
+
#tools {
float: right;
clear: right;
.wers_akap {
padding-left: 1em;
}
+
+.saveNotify {
+ position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
+}
+
+.notifyTip {
+ font-size:12px; float:right;
+}
+
+.saveNotify span {
+ font-weight: bold;
+}