fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9083]


From: Torstein
Subject: [Fmsystem-commits] [9083]
Date: Thu, 29 Mar 2012 12:58:33 +0000

Revision: 9083
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9083
Author:   vator
Date:     2012-03-29 12:58:33 +0000 (Thu, 29 Mar 2012)
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        2012-03-29 12:58:24 UTC 
(rev 9082)
+++ trunk/controller/templates/base/css/base.css        2012-03-29 12:58:33 UTC 
(rev 9083)
@@ -16,9 +16,7 @@
 }
 form#invoice_run td { 
        border: 1px solid #CDCDCD;
-       }
-
-
+}
 div#invoice_details dt{
        float:left;
         font-weight: bolder;
@@ -27,16 +25,13 @@
 div.content {
        margin: 2em;    
 }
-
 .hd {
        margin-bottom: 0;
        text-align: center;
-       }
-       
+}      
 .hd img {
        vertical-align: middle;
-       }
-
+}
 fieldset {
        margin-top: 0.5em;      
 }
@@ -207,7 +202,7 @@
 
 table.datatableToolbar {
        padding: .3em;
-       }
+}
 
 
 #controller_user_error {
@@ -406,8 +401,6 @@
 label {
        line-height:1.5em;
 }
-
-
        
 fieldset {
        border-bottom:0px solid #ccc;
@@ -417,7 +410,9 @@
 h1 em {
        font-style:italic;
 }
-
+a{
+       color: #0066CC;
+}
 div.info, div.error, div.warning {
        font-weight: normal;
        margin:20px;
@@ -472,74 +467,60 @@
 }
 
 
-/* =======================================  ITEM LIST  
========================================= */
-/*
-ul.itemlist {
-    position: relative;
+.yui-content input[type="submit"] {
+    margin: 15px 0 0;
+    padding: 1px 15px;
 }
-ul.itemlist li {
-    padding: 3px 0;
-}
+h1 img{
+       margin-right:5px;
+ }
 
-ul.itemlist li.odd{
-    background: none repeat scroll 0 0 #DBE7F5;
+.yui-content h2{
+    margin:0 0 10px;
 }
 
-ul.itemlist h3 {
-    font-size: 18px;
-    margin: 0 0 5px;
+/* =======================================  CONTROL TAB VIEW  
========================================= */
+#control_tabview .yui-navset, #control_location_tabview .yui-navset{
+       margin:0;
 }
 
-ul.groups {
-    position: relative;
+#control_tabview .identifier-header, #control_location_tabview 
.identifier-header {
+       padding-left:0;
 }
-ul.groups li {
-    padding: 3px 0;
-}
 
-ul.groups li.odd{
-    background: none repeat scroll 0 0 #DBE7F5;
+#control_tabview .yui-content{
+       padding:20px;
 }
 
-ul.groups h3 {
-    font-size: 18px;
-    margin: 0 0 5px;
-}
 
-.drag_group {
-       width: 650px;
-}
-*/
-
 /* =======================================  ITEM LIST  
========================================= */
 ul.groups {
     padding: 0;
        margin:0;
     position: relative;
 }
-ul.groups li {
-    padding: 3px 0;
-}
 ul.groups li.odd{
     background: none repeat scroll 0 0 #DBE7F5;
 }
 ul.groups h3 {
     font-size: 18px;
-    margin: 0 0 5px;
+    margin: 0;
 }
-
-ul.groups a{
-       text-decoration:none;
-       color:#000;
+ul.groups a {
+    color: #000000;
+    display: block;
+    padding: 3px 0;
+    text-decoration: none;
 }
 ul.groups a:visited{
        color:#000;
 }
-
+.drag_group{
+  margin-bottom: 10px;
+}
 .drag_group a:hover{
   cursor: move;
 }
-
 .drag_elem{
   z-index: 100;
   position:absolute;
@@ -549,14 +530,12 @@
   padding-left:0;
   background: #dedede;
 }
-
 ul.items {
     list-style: none outside none;
     margin: 0 20px;
     padding: 0;
     position: relative;
 }
-
 ul.items li.list_item{
   position:relative;
   z-index: 1;
@@ -594,30 +573,6 @@
     vertical-align: middle;
 }
 
-.yui-content input[type="submit"] {
-    margin: 15px 0 0;
-    padding: 1px 15px;
-}
-h1 img{
-       margin-right:5px;
- }
- 
-#control_tabview .yui-navset, #control_location_tabview .yui-navset{
-       margin:0;
-}
-
-#control_tabview .identifier-header, #control_location_tabview 
.identifier-header {
-       padding-left:0;
-}
-
-#control_tabview .yui-content{
-       padding:20px;
-}
-
-.yui-content h2{
-    margin:0 0 10px;
-}
-
 #frm_control_items{
        clear:left;
        margin-top:10px;        
@@ -628,31 +583,6 @@
     padding-left: 0;
 }
 
-.drag_elem{
-  z-index: 100;
-  position:absolute;
-  opacity: .50;
-  filter: alpha(opacity=50);
-}
-
-#list{
-  width: 650px;
-  position:relative;
-}
-
-.list_item{
-  position:relative;
-  z-index: 1;
-  opacity: 1;
-  filter: alpha(opacity=100);
-  top: 0px;
-  left: 0px;
-}
-
-.list_item:hover, .drag_group:hover{
-  cursor: move;
-}
-
 .frm_save_order input[type='submit']{
        margin: 10px 0 15px 0;
     width: 120px;
@@ -732,6 +662,8 @@
     width: 100px;
 }
 
+/* =======================================  MAIN CONTENT  
========================================= */
+
 #main_content {
     padding: 20px;
     width: 1150px;
@@ -749,13 +681,6 @@
        margin-top:0;
 }
 
-.check_list li div {
-    float: left;
-    margin: 5px;
-    padding: 2px;
-    text-align: center;
-    width: 190px;
-}
 #main_content fieldset.check_list_details {
     background: none repeat scroll 0 0 #EDF5FF;
     border: 1px solid #A3A3A3;
@@ -767,6 +692,16 @@
     padding: 15px;
 }
 
+/* =======================================  CHECK LIST  
========================================= */
+
+.check_list li div {
+    float: left;
+    margin: 5px;
+    padding: 2px;
+    text-align: center;
+    width: 190px;
+}
+
 .check_list li.heading {
     background: 
url("../../../../phpgwapi/js/yahoo/assets/skins/sam/sprite.png") repeat-x 
scroll 0 0 #D8D8D8;
     height: 20px;
@@ -793,6 +728,9 @@
 .check_list li{
        overflow:hidden;
 }
+
+/* =======================================  CHECK LIST DETAILS 
========================================= */
+
 fieldset.check_list_details{
        clear: both;
 }
@@ -804,7 +742,6 @@
        clear:left;
        margin:5px 0;
 }
-
 fieldset.tab_check_list_details label {
     display: inline-block;
     font-weight: bold;
@@ -813,8 +750,6 @@
 fieldset.tab_check_list_details {
     padding: 0 0 10px 0;
 }
-
-
 fieldset.check_list_details textarea{
        width:400px;
        height:100px;
@@ -834,6 +769,9 @@
     font-weight: bold;
     width: 150px;
 }
+
+/* =======================================  CHECK ITEM  
========================================= */
+
 .check_item{
     margin: 25px 0;
 }
@@ -850,7 +788,8 @@
 }
 .check_item label{
        width:150px;    
-}
+}
+
 .new_item a#innertoolbar-button{
        background: grey;
        font-weight: bold;
@@ -979,6 +918,24 @@
     padding: 40px 20px;        
 }
 
+/* ======================  CALENDAR  DATES ========================== */
+
+#calendar_dates{
+       margin:25px 0;  
+}
+#calendar_dates p{
+       font-weight: bold;
+       margin: 5px 0;  
+}
+#calendar_dates span {
+    border: 2px solid black;
+    margin-right: 10px;
+    padding: 1px 4px;
+    cursor: pointer;
+}
+
+/* ======================  CALENDAR INFO BOX ========================== */
+
 #info_box {
     background: none repeat scroll 0 0 #EDF5FF;
     border: 1px solid #243356;
@@ -1021,6 +978,7 @@
     font-weight: bold;
     padding: 0 0 5px;
 }
+
 .yui-pg-first{
        margin-left: 14px;
     margin-top: 5px;   
@@ -1054,19 +1012,7 @@
        display:inline-table;
        width:120px;
 }
-#calendar_dates{
-       margin:25px 0;  
-}
-#calendar_dates p{
-       font-weight: bold;
-       margin: 5px 0;  
-}
-#calendar_dates span {
-    border: 2px solid black;
-    margin-right: 10px;
-    padding: 1px 4px;
-    cursor: pointer;
-}
+
 textarea{
        padding: 4px;   
 }
@@ -1226,6 +1172,9 @@
        position:absolute;
     z-index: 1;
 }
+
+/* ======================  CASE DETAILS ========================== */
+
 #main_content #case_details {
     background: none repeat scroll 0 0 #EDF5FF;
     border: 1px solid #DDDDDD;
@@ -1250,7 +1199,7 @@
 #case_details h3.last {
     margin-bottom:0;
 }
-.btn{
+.btn, .btn_m, .btn_sm{
        background: none repeat scroll 0 0 #2647A0;
     color: #FFFFFF;
     display: inline-block;
@@ -1260,8 +1209,20 @@
     border: 1px solid #173073;
     cursor: pointer;
 }
-
-.btn.focus{
+.btn_m{
+    padding: 2px 10px;
+    font-size: 12px;
+}
+.btn_sm{
+    font-size: 11px;
+    padding: 1px 4px;
+}
+.btn.cancel{
+       background: none repeat scroll 0 0 #DDDDDD;
+    border: 1px solid #AAAAAA;
+    color: #333333;
+}
+.btn.focus, .btn_m.focus{
        background: none repeat scroll 0 0 #DD624B;
     border-bottom: 1px solid #CB563F;
     border-top: 1px solid #EE836F;
@@ -1350,14 +1311,24 @@
     margin-bottom: 20px;
 }
 li.check_item_case ul li {
+    background: none repeat scroll 0 0 #E7EFF8;
     border: 1px solid #DDDDDD;
-    margin: 5px 0 0;
+    margin: 10px 0 0;
     padding: 5px;
 }
+li.check_item_case ul li.quick_edit {
+    padding: 0;
+}
 
+li.check_item_case .quick_edit h4 {
+    background: none repeat scroll 0 0 #CCCCCC;
+    color: #000000;
+    margin: 0;
+    padding: 2px 10px;
+}
+
 #main_content .quick_edit fieldset {
-       padding: 10px;
-       border: 1px solid #DDDDDD;
+    padding: 5px;
 }
 .frm_update_case label {
        display: block; 
@@ -1369,8 +1340,9 @@
 .quick_edit hr {
        color:#fafafa;
 }
-.frm_update_case input[type=submit]{
-       float:right;    
+.frm_update_case input[type="submit"], .frm_update_case input[type="button"] {
+    float: left;
+    margin-top: 10px;
 }
 a.view_check_list{
        color: #FFFFFF;
@@ -1395,12 +1367,16 @@
 .quick_menu {
     font-size: 12px;
     margin-left: 10px;
-    padding: 2px;
-    text-decoration: underline;
+    padding: 10px 2px 0;
 }
 .quick_menu a{
-       margin: 0 5px;  
+       margin: 0 5px;
+       text-decoration: underline;     
 }
+.quick_menu .message {
+    color: #333333;
+    margin-left: 30px;
+}
 ul#groups {
     margin-left: 10px;
     margin-top: 5px;
@@ -1451,4 +1427,12 @@
     background: none repeat scroll 0 0 #DDDDDD;
     padding: 3px 6px;
     display: none;
+}
+
+/* ======================== CONTROL DETAILS ============================== */
+
+#control_details label {
+    display: inline-block;
+    font-weight: bold;
+    width: 100px;
 }
\ No newline at end of file




reply via email to

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