fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8414]


From: Torstein
Subject: [Fmsystem-commits] [8414]
Date: Fri, 23 Dec 2011 09:52:47 +0000

Revision: 8414
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8414
Author:   vator
Date:     2011-12-23 09:52:46 +0000 (Fri, 23 Dec 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/css/base.css

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2011-12-23 07:41:22 UTC 
(rev 8413)
+++ trunk/controller/templates/base/css/base.css        2011-12-23 09:52:46 UTC 
(rev 8414)
@@ -668,6 +668,7 @@
 
 #main_content {
        padding:20px;   
+       width: 1150px;
 }
 
 #main_content.groups{
@@ -689,12 +690,11 @@
     text-align: center;
     width: 190px;
 }
-#main_content fieldset.check_list_details{
-       background: none repeat scroll 0 0 #EDF5FF;
-    border: 1px solid #243356;
+#main_content fieldset.check_list_details {
+    background: none repeat scroll 0 0 #EDF5FF;
+    border: 1px solid #CCCCCC;
     padding: 15px;
 }
-
 #main_content fieldset.check_item_details{
        background: none repeat scroll 0 0 #EDF5FF;
     border: 1px solid #243356;
@@ -813,12 +813,13 @@
     font-weight: bold;
     font-size:16px;
 }
-ul.calendar{
+ul.calendar {
     float: left;
+    margin-top: 30px;
 }
 ul.calendar li div {
     float: left;
-    width: 30px;
+    width: 24px;
     padding: 3px;
     text-align: center;
 }
@@ -831,7 +832,7 @@
 #days_wrp {
     float: left;
     position: relative;
-    width: 500px;
+    width: 420px;
     overflow-x: hidden;
     height: 800px;
     margin-left: 40px;
@@ -839,6 +840,7 @@
 ul.calendar.days {
        position: absolute;
     width: 1120px;
+    margin-top:0;
 }
 ul.calendar li div.date, ul.calendar.info div.date {
     width: 80px;
@@ -858,7 +860,9 @@
 ul.calendar div.frequency, ul.calendar.info div.frequency {
        width: 120px;   
 }
-
+ul.calendar.month {
+       margin-top:0;
+}
 #info_box {
     background: none repeat scroll 0 0 #EDF5FF;
     border: 1px solid #243356;
@@ -1014,10 +1018,13 @@
 }
 .tab_menu div.active{
        background: url('../../../images/bg_tab_menu_active.png') no-repeat;
+}
+.tab_menu div.active a{
        color: #FFF;
 }
 .tab_menu {
-    margin: 15px 0 20px;
+    height: 29px;
+    margin: 15px 0 0;
     overflow: hidden;
 }
 .tab_menu div {
@@ -1033,12 +1040,75 @@
     width: 93px;
     word-wrap: normal;
 }
-.tab_menu div.text {
-   background: none repeat scroll 0 0 transparent;
+.tab_menu div.ext {
+    padding-top: 0px;
+}
+.tab_menu div a{
+    text-decoration:none;
+    color:#333;
+}
+.tab_menu div.ext a{
+       display:block;
     font-size: 11px;
     line-height: 12px;
     margin: 0;
     padding: 3px 0 0 9px;
     text-align: center;
     width: 75px;
+    text-decoration:none;
+}
+.tab_item {
+       display:none;
+       background: none repeat scroll 0 0 #EDF5FF;
+    border: 1px solid #ddd;
+    margin: 0;
+    padding: 15px;
+    width: 800px;      
+}
+.tab_item h2{
+       margin:0 0 10px;
+       font-size: 17px;        
+}
+.tab_item.active {
+       display:block;  
+}
+fieldset.check_list_details{
+       width: 800px;   
+}
+#main_content fieldset.location_details{
+       background: none repeat scroll 0 0 #EDF5FF;
+    border: 1px solid #CCCCCC;
+    padding: 15px;
+    float:left;        
+    border: 1px solid #ddd;
+}
+fieldset.location_details div{
+       margin:10px 0;
+}
+ul#icon_color_map {
+    background: none repeat scroll 0 0 #EDF5FF;
+    border: 1px solid #DDDDDD;
+    float: right;
+    margin-left: 500px;
+    margin-right: 10px;
+    padding: 5px;
+}
+ul#icon_color_map li {
+    font-size: 12px;
+    padding: 3px 10px;
+}
+ul#icon_color_map span{
+       margin-left: 10px;
+}
+#create_message_dialog{
+       display:none;
+       position:absolute;
+       width: 600px;
+    z-index: 2;
+    background:#aaa;   
+}
+#curtain{
+       display:none;
+       position:absolute;
+    z-index: 1;
 }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]