fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9105]


From: Torstein
Subject: [Fmsystem-commits] [9105]
Date: Wed, 04 Apr 2012 12:05:28 +0000

Revision: 9105
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9105
Author:   vator
Date:     2012-04-04 12:05:27 +0000 (Wed, 04 Apr 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/templates/base/case/create_case_message.xsl
    trunk/controller/templates/base/check_list/add_check_list.xsl
    trunk/controller/templates/base/check_list/check_list_tab_menu.xsl
    trunk/controller/templates/base/check_list/edit_check_list.xsl
    trunk/controller/templates/base/check_list/view_check_list.xsl
    trunk/controller/templates/base/check_list/view_control_details.xsl
    trunk/controller/templates/base/check_list/view_open_cases.xsl
    trunk/controller/templates/base/css/base.css

Modified: trunk/controller/templates/base/case/create_case_message.xsl
===================================================================
--- trunk/controller/templates/base/case/create_case_message.xsl        
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/case/create_case_message.xsl        
2012-04-04 12:05:27 UTC (rev 9105)
@@ -9,18 +9,22 @@
                
                <xsl:call-template name="check_list_tab_menu" />
        
+               <!-- =======================  MESSAGE DETAILS  
========================= -->
                <h3 class="box_header">Meldingen gjelder</h3>
-               <div id="case_details">
-                       <h3 class="first">Tittel på kontroll: <xsl:value-of 
select="control/title"/></h3>
+               <div class="box">
+                       <div class="row"><label>Kontroll:</label> <xsl:value-of 
select="control/title"/></div>
+                       <div class="row"><label>Utført dato:</label>
+                               <xsl:choose>
+                                       <xsl:when 
test="check_list/completed_date != 0">
+                                               <xsl:value-of 
select="php:function('date', $date_format, number(check_list/completed_date))"/>
+                                       </xsl:when>
+                                       <xsl:otherwise>
+                                                Ikke utført
+                                       </xsl:otherwise>
+                               </xsl:choose>
+                       </div>
+                       <div class="row">
                        <xsl:choose>
-                               <xsl:when test="check_list/completed_date != 0">
-                                       <h3>Kontroll ble utført: <xsl:value-of 
select="php:function('date', $date_format, 
number(check_list/completed_date))"/></h3>
-                               </xsl:when>
-                               <xsl:otherwise>
-                                       <h3>Kontroll ble utført dato: Ikke 
registrert utført</h3>
-                               </xsl:otherwise>
-                       </xsl:choose>
-                       <xsl:choose>
                                <xsl:when test="buildings_array/child::node()">
                                        <select id="building_id" 
name="building_id">
                                                        <option value="0">
@@ -34,17 +38,19 @@
                                                </select>
                                </xsl:when>
                                <xsl:otherwise>
-                                       <h3 class="last">Bygg: <xsl:value-of 
select="building/loc1_name"/></h3> 
+                                       <label>Bygg:</label> <xsl:value-of 
select="building/loc1_name"/>        
                                </xsl:otherwise>
                        </xsl:choose>
+                       </div>
                </div>
                
+               <!-- =======================  MESSAGE DETAILS  
========================= -->
                <h3 class="box_header">Detaljer for meldingen</h3>
-               <fieldset id="case_details">
+               <div class="box">
                        <xsl:choose>
                                <xsl:when 
test="check_items_and_cases/child::node()">
                                        
-                               <form class="frm_save_case" 
action="index.php?menuaction=controller.uicase.register_case_message" 
method="post">
+                               <form id="frmRegCaseMessage" 
action="index.php?menuaction=controller.uicase.register_case_message" 
method="post">
                                        <input>
                                      <xsl:attribute 
name="name">check_list_id</xsl:attribute>
                                      <xsl:attribute 
name="type">hidden</xsl:attribute>
@@ -52,13 +58,14 @@
                                        <xsl:value-of select="check_list/id"/>
                                      </xsl:attribute>
                                    </input>
-                                   <div>
-                                               <label>Tittel på melding</label>
+                                   <!-- === TITLE === -->
+                                   <div class="row">
+                                               <label>Tittel på 
melding:</label>
                                                <input name="message_title" 
type="text" />
                                        </div>
-                                       
-                                       <div>
-                                               <label>Kategori</label>
+                                       <!-- === CATEGORY === -->
+                                       <div class="row">
+                                               <label>Kategori:</label>
                                                 <select name="message_cat_id">
                                                        <option value="0">Velg 
kategori</option>
                                                        <xsl:for-each 
select="categories/cat_list">
@@ -69,18 +76,18 @@
                                                        </xsl:for-each>
                                                </select>
                                        </div>
-                                       
-                                       <div>
-                                               <label>Last opp filvedlegg til 
meldingen:</label>
+                                       <!-- === UPLOAD FILE === -->
+                                       <div class="row">
+                                               <label>Filvedlegg:</label>
                                                <input type="file" id="file" 
name="file" />
                                        </div>
                        
-                                       <h3 class="check_item_details">Velg 
sjekkpunkter som skal være med i melding</h3>                                   
    
-                                       <ul class="check_items">
+                                       <h3>Velg sjekkpunkter som skal være med 
i melding</h3>                                  
+                                       <ul class="cases">
                                                <xsl:for-each 
select="check_items_and_cases">
                                                        <xsl:choose>
                                                                <xsl:when 
test="cases_array/child::node()">
-                                                                       <li 
class="check_item_case">
+                                                                       <li>
                                                                                
<h4><span><xsl:value-of select="control_item/title"/></span></h4>
                                                                                
<ul>            
                                                                                
        <xsl:for-each select="cases_array">
@@ -96,7 +103,7 @@
                                        
                                        <div class="form-buttons">
                                                <xsl:variable 
name="lang_save"><xsl:value-of select="php:function('lang', 'save')" 
/></xsl:variable>
-                                               <input class="btn focus" 
type="submit" name="save_control" value="Registrer melding" 
title="{$lang_save}" />
+                                               <input class="btn focus" 
type="submit" name="save_control" value="Send melding" title="{$lang_save}" />
                                        </div>
                                </form>                 
                                </xsl:when>
@@ -104,7 +111,7 @@
                                        Ingen registrerte saker
                                </xsl:otherwise>
                        </xsl:choose>
-               </fieldset>
+               </div>
                        
 </div>
 </xsl:template>

Modified: trunk/controller/templates/base/check_list/add_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/add_check_list.xsl       
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/check_list/add_check_list.xsl       
2012-04-04 12:05:27 UTC (rev 9105)
@@ -27,7 +27,7 @@
        
        <h1>Registrere sjekkliste for <xsl:value-of 
select="location_array/loc1_name"/></h1>
 
-       <div id="edit_check_list_menu" class="hor_menu">
+       <div id="check_list_menu">
                <a href="#" class="active">
                        Vis detaljer for sjekkliste
                </a>

Modified: trunk/controller/templates/base/check_list/check_list_tab_menu.xsl
===================================================================
--- trunk/controller/templates/base/check_list/check_list_tab_menu.xsl  
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/check_list/check_list_tab_menu.xsl  
2012-04-04 12:05:27 UTC (rev 9105)
@@ -2,7 +2,7 @@
 
 <xsl:param name="active_tab" />
 
-<div id="edit_check_list_menu" class="hor_menu">
+<div id="check_list_menu">
                <a>
                        <xsl:if test="$active_tab = 'view_details'">
                                <xsl:attribute 
name="class">active</xsl:attribute>
@@ -36,7 +36,7 @@
                        </xsl:attribute>
                        Vis info om kontroll
                </a>
-               <div>
+               <div class="right_btns">
                        <a class="btn focus first">
                                <xsl:attribute name="href">
                                        
<xsl:text>index.php?menuaction=controller.uicheck_list.register_case</xsl:text>

Modified: trunk/controller/templates/base/check_list/edit_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/edit_check_list.xsl      
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/check_list/edit_check_list.xsl      
2012-04-04 12:05:27 UTC (rev 9105)
@@ -40,11 +40,11 @@
        
                <h3 class="box_header">Sjekklistedetaljer</h3>
                <fieldset class="check_list_details">
-                       <form id="frm_update_check_list" 
action="index.php?menuaction=controller.uicheck_list.update_check_list" 
method="post">
-                               
+                       <form id="frm_update_check_list" 
action="index.php?menuaction=controller.uicheck_list.update_check_list" 
method="post"> 
                        <xsl:variable name="check_list_id"><xsl:value-of 
select="check_list/id"/></xsl:variable>
                        <input id="check_list_id" type="hidden" 
name="check_list_id" value="{$check_list_id}" />
-                               
+                       
+                       <div class="col_1">
                        <div>
                                <label>ID</label>
                                <input class="id" disabled="disabled">
@@ -69,14 +69,6 @@
                                </select>
                        </div>
                        <div>
-                               <label>Antall åpne saker</label>
-                            <xsl:value-of select="check_list/num_open_cases"/>
-                   </div>
-                   <div>
-                               <label>Antall ventende saker</label>
-                            <xsl:value-of 
select="check_list/num_pending_cases"/>
-                   </div>
-                       <div>
                                <label>Skal utføres innen</label>
                                <input class="date">
                              <xsl:attribute 
name="id">deadline_date</xsl:attribute>
@@ -109,6 +101,18 @@
                              </xsl:if>
                            </input>
                    </div>
+                   </div>
+                   <div class="col_2">
+                           <div>
+                                       <label>Antall åpne saker</label>
+                                    <xsl:value-of 
select="check_list/num_open_cases"/>
+                           </div>
+                           <div>
+                                       <label>Antall ventende saker</label>
+                                    <xsl:value-of 
select="check_list/num_pending_cases"/>
+                           </div>
+                   </div>
+                   
                        <div>
                                <label class="comment">Kommentar</label>
                                <textarea>

Modified: trunk/controller/templates/base/check_list/view_check_list.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_check_list.xsl      
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/check_list/view_check_list.xsl      
2012-04-04 12:05:27 UTC (rev 9105)
@@ -8,12 +8,13 @@
                
                <h1>Sjekkliste</h1>
                <fieldset class="control_details">
-                       <label>Tittel</label><xsl:value-of 
select="check_list/status"/><br/>
-                       <label>Kommentar</label><xsl:value-of 
select="check_list/comment"/><br/>
-                       <label>Skal utføres innen</label>
-                       <xsl:if test="check_list/deadline != ''">
-                               <xsl:value-of select="php:function('date', 
$date_format, number(check_list/deadline))"/><br/>
-                       </xsl:if>
+                       <div class="row"><label>Tittel</label><xsl:value-of 
select="check_list/status"/></div>
+                       <div class="row"><label>Kommentar</label><xsl:value-of 
select="check_list/comment"/></div>
+                       <div class="row"><label>Skal utføres innen</label>
+                               <xsl:if test="check_list/deadline != ''">
+                                       <xsl:value-of 
select="php:function('date', $date_format, number(check_list/deadline))"/><br/>
+                               </xsl:if>
+                       </div>
                </fieldset>
                                
                <h2>Sjekkpunkter</h2>

Modified: trunk/controller/templates/base/check_list/view_control_details.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_control_details.xsl 
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/check_list/view_control_details.xsl 
2012-04-04 12:05:27 UTC (rev 9105)
@@ -4,7 +4,7 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
        
        <fieldset id="control_details">
-               <div>
+               <div class="row">
                        <label>Kontrollområde</label>
                        <xsl:choose>
                        <xsl:when test="editable">
@@ -17,11 +17,11 @@
                        </xsl:otherwise>
                </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label>Prosedyre</label>
                        <xsl:value-of select="control/procedure_name" />
                </div>
-               <div>
+               <div class="row">
                        <label for="title">Tittel</label>
                        <xsl:choose>
                                <xsl:when test="editable">
@@ -32,7 +32,7 @@
                                </xsl:otherwise>
                        </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label for="start_date">Startdato</label>
                        <xsl:choose>
                      <xsl:when test="not(control/start_date = '0') or 
not(control/start_date = '')">
@@ -43,7 +43,7 @@
                      </xsl:otherwise>
              </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label for="end_date">Sluttdato</label>
                        <xsl:choose>
                      <xsl:when test="not(control/end_date = '0') or 
not(control/end_date = '')">
@@ -54,7 +54,7 @@
                      </xsl:otherwise>
              </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label>Frekvenstype</label>
                        <xsl:choose>
                      <xsl:when test="control/repeat_type = 0">Dag</xsl:when>
@@ -63,7 +63,7 @@
                      <xsl:when test="control/repeat_type = 3">År</xsl:when>
              </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label>Frekvens</label>
                        <xsl:choose>
                                <xsl:when test="editable">
@@ -74,7 +74,7 @@
                                </xsl:otherwise>
                        </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label>Rolle</label>
                        <xsl:choose>
                                <xsl:when test="editable">
@@ -91,7 +91,7 @@
                                </xsl:otherwise>
                        </xsl:choose>
                </div>
-               <div>
+               <div class="row">
                        <label for="description">Beskrivelse</label>
                        <xsl:choose>
                                <xsl:when test="editable">

Modified: trunk/controller/templates/base/check_list/view_open_cases.xsl
===================================================================
--- trunk/controller/templates/base/check_list/view_open_cases.xsl      
2012-04-04 09:47:47 UTC (rev 9104)
+++ trunk/controller/templates/base/check_list/view_open_cases.xsl      
2012-04-04 12:05:27 UTC (rev 9105)
@@ -84,7 +84,7 @@
                                                                                
<div class="case_info">
                                                                                
        <!-- STATUS -->
                                                                                
        <div class="row first">
-                                                                               
                <label style="font-weight:bold; margin-right: 
5px;">Status:</label> 
+                                                                               
                <label>Status:</label> 
                                                                                
                <xsl:choose>
                                                                                
                        <xsl:when test="status = 0">Åpen</xsl:when>
                                                                                
                        <xsl:when test="status = 1">Lukket</xsl:when>
@@ -93,12 +93,12 @@
                                                                                
        </div>
                                                                                
        <!--  MEASUREMENT -->
                                                                                
        <div class="row">
-                                                                               
                <label style="font-weight:bold; margin-right: 
5px;">Måleverdi:</label> 
+                                                                               
                <label>Måleverdi:</label> 
                                                                                
                <span class="measurement"><xsl:value-of 
select="measurement"/></span>
                                                                                
        </div>
                                                                                
        <!--  DESCRIPTION -->
                                                                                
        <div class="row">
-                                                                               
                <label style="font-weight:bold">Beskrivelse:</label> 
+                                                                               
                <label>Beskrivelse:</label> 
                                                                                
        </div>
                                                                                
        <div class="case_descr"><xsl:value-of select="descr"/></div>
                                                                                
        

Modified: trunk/controller/templates/base/css/base.css
===================================================================
--- trunk/controller/templates/base/css/base.css        2012-04-04 09:47:47 UTC 
(rev 9104)
+++ trunk/controller/templates/base/css/base.css        2012-04-04 12:05:27 UTC 
(rev 9105)
@@ -42,11 +42,20 @@
 }
 
 label {
-       margin-right: 0,3em;
-       font-style: normal;
        font-size: 13px;
+    font-weight: bold;
+    margin-right: 5px;
+    display: inline-block;
 }
 
+a{
+       cursor: pointer;        
+}
+
+.row{
+       padding: 0.3em 0;
+}
+
 #content {
     margin: 2em 1em;
 }
@@ -400,15 +409,13 @@
        padding: 3px 1px 3px 4px;
 }
        
-label {
-       line-height:1.5em;
-}
-       
 fieldset {
        border-bottom:0px solid #ccc;
        padding:5px 0px 5px 10px;
 }
-
+textarea{
+       padding: 4px;   
+}
 h1 em {
        font-style:italic;
 }
@@ -660,6 +667,64 @@
     width: 100px;
 }
 
+/* =======================================  GENERAL CLASSES  
========================================= */
+.content_wrp {
+       background: none repeat scroll 0 0 #EDF5FF;
+    border: 1px solid #eee;
+    margin-bottom: 20px;
+    padding: 15px;
+    width: 800px;
+}
+.box {
+    background: none repeat scroll 0 0 #EDF5FF;
+    border: 1px solid #eee;
+    margin-bottom: 20px;
+    padding: 15px;
+}
+.box_header {
+    background: none repeat scroll 0 0 #DAE8F7;
+    border-color: #C9DBEE;
+    border-style: solid;
+    border-width: 1px 1px 0;
+    color: #333333;
+    font-size: 13px;
+    font-weight: bolder;
+    margin: 0;
+    padding: 5px 0 5px 15px;
+    text-align: left;
+}
+.btn, .btn_m, .btn_sm {
+    background: none repeat scroll 0 0 #4F9AEA;
+    border: 1px solid #658CB5;
+    color: #FFFFFF;
+    cursor: pointer;
+    display: inline-block;
+    margin-right: 5px;
+    padding: 5px 10px;
+    text-decoration: none;
+}
+.btn_m{
+    padding: 2px 10px;
+    font-size: 12px;
+}
+.btn_sm{
+    font-size: 11px;
+    padding: 1px 4px;
+}
+.btn.cancel, .btn_m.cancel {
+    background: none repeat scroll 0 0 #EEEEEE;
+    border: 1px solid #CCCCCC;
+    color: #333333;
+}
+.btn.focus, .btn_m.focus {
+    background: none repeat scroll 0 0 #F57056;
+    border-color: #EE836F -moz-use-text-color #CB563F;
+    border-style: solid none;
+    border-width: 1px 0;
+    color: #FFFFFF;
+    margin-top: 1px;
+}
+
 /* =======================================  MAIN CONTENT  
========================================= */
 
 #main_content {
@@ -925,6 +990,22 @@
     padding: 40px 20px;        
 }
 
+/* ======================  CALENDAR COLOR MAP ========================== */
+
+ul#icon_color_map {
+    border: 1px solid #DDDDDD;
+    padding: 5px;
+    margin-top: 40px;
+}
+ul#icon_color_map li {
+    font-size: 12px;
+    padding: 3px 10px;
+}
+ul#icon_color_map span{
+       margin-left: 10px;
+}
+
+
 /* ======================  CALENDAR  DATES ========================== */
 
 #calendar_dates{
@@ -1020,10 +1101,6 @@
        width:120px;
 }
 
-textarea{
-       padding: 4px;   
-}
-
 /*==================================  EXPAND MENU  
======================================== */
 
 .expand_menu div.focus{
@@ -1091,28 +1168,20 @@
        margin:10px;
        font-size: 13px;
 }
-.tab_menu {
-    overflow: hidden;
-}
-.tab_menu a, .hor_menu a {
-    background: none repeat scroll 0 0 #CAE3FB;
+
+.tab_menu a{
+       background: none repeat scroll 0 0 #CAE3FB;
     border: 1px solid #D0D9F1;
-    color: #333333;
-    cursor: pointer;
-    display: block;
-    float: left;
+    display: inline-block;
     font-weight: bold;
     margin-right: 3px;
     padding: 7px 0;
     text-align: center;
     text-decoration: none;
     width: 150px;
+    color: #333;
 }
-.hor_menu a {
-    background: none repeat scroll 0 0 #CAE3FB;
-    border: 1px solid #D0D9F1;
-}
-.tab_menu a.active, .hor_menu a.active {
+.tab_menu a.active {
     background: none repeat scroll 0 0 #FAFAFA;
     border: 1px solid #EEEEEE;
     color: #000000;
@@ -1121,12 +1190,45 @@
 .tab_menu a, .tab_menu a.active{
        border-bottom: 0;       
 }
+
+/* ======================== CHECK LIST MENU ========================== */
+#check_list_menu {
+    margin: 0 0 20px;
+    overflow: hidden;
+}
+#check_list_menu a {
+    background: none repeat scroll 0 0 #CAE3FB;
+    border: 1px solid #D0D9F1;
+    color: #333333;
+    cursor: pointer;
+    display: inline-block;
+    font-weight: bold;
+    margin-right: 3px;
+    padding: 17px 0;
+    text-align: center;
+    text-decoration: none;
+    width: 185px;
+}
+#check_list_menu div.right_btns {
+    float: right;
+}
+#check_list_menu div.right_btns a{
+    display: block;
+    padding: 4px 0;
+    color:#fff;
+    background: none repeat scroll 0 0 #F57056;
+    border-color: #EE836F -moz-use-text-color #CB563F;
+    border-style: solid none;
+    border-width: 1px 0;
+    color: #FFFFFF;
+}
+
+/* ======================== TAB ITEM ========================== */
+
 .tab_item {
     background: none repeat scroll 0 0 #F7FAFF;
     border: 1px solid #DAE2EE;
-    margin: 0 318px 0 0;
     padding: 15px;
-    width: 800px;
 }
 .tab_item h2 {
     background: none repeat scroll 0 0 #E7EFF8;
@@ -1137,12 +1239,7 @@
 .tab_item h2.last{
        margin:20px 0 10px;     
 }
-.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;
@@ -1153,18 +1250,7 @@
 fieldset.location_details div{
        margin:10px 0;
 }
-ul#icon_color_map {
-    border: 1px solid #DDDDDD;
-    padding: 5px;
-    margin-top: 40px;
-}
-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;
@@ -1181,85 +1267,20 @@
 /* ======================  CHECK LIST ========================== */
 
 #main_content.medium {
+    overflow: hidden;
     padding: 20px;
     width: 900px;
 }
-
-/* ======================  CASE DETAILS ========================== */
-
-#case_details {
-    background: none repeat scroll 0 0 #EDF5FF;
-    border: 1px solid #DDDDDD;
-    margin-bottom: 20px;
-    padding: 15px;
+.col_1, .col_2{
+       display:inline-block;
+       vertical-align: top;    
 }
-#case_details label{
-       display: inline-block;
-       width: 130px;
-       font-weight: normal;
-       font-size: 15px;        
+.col_2{
+       padding-left: 17%;
 }
-#case_details h3 {
-    font-size: 15px;
-    font-weight: normal;
-    margin: 10px 0;
-}
-#case_details h3.first {
-    margin-top:0;
-}
-#case_details h3.last {
-    margin-bottom:0;
-}
-.btn, .btn_m, .btn_sm {
-    background: none repeat scroll 0 0 #4F9AEA;
-    border: 1px solid #658CB5;
-    color: #FFFFFF;
-    cursor: pointer;
-    display: inline-block;
-    margin-right: 5px;
-    padding: 5px 10px;
-    text-decoration: none;
-}
-.btn_m{
-    padding: 2px 10px;
-    font-size: 12px;
-}
-.btn_sm{
-    font-size: 11px;
-    padding: 1px 4px;
-}
-.btn.cancel, .btn_m.cancel {
-    background: none repeat scroll 0 0 #EEEEEE;
-    border: 1px solid #CCCCCC;
-    color: #333333;
-}
-.btn.focus, .btn_m.focus {
-    background: none repeat scroll 0 0 #F57056;
-    border-color: #EE836F -moz-use-text-color #CB563F;
-    border-style: solid none;
-    border-width: 1px 0;
-    color: #FFFFFF;
-    margin-top: 1px;
-}
 
-#edit_check_list_menu div {
-    float: right;
-}
+/* ======================  CASE DETAILS ========================== */
 
-#edit_check_list_menu a.focus {
-    float: none;
-    font-size: 12px;
-    margin-top: 1px;
-    padding: 5px 0 4px;
-}
-
-#edit_check_list_menu a.focus.first {
-    margin-top: 0;
-    padding-left: 42px;
-    text-align: left;
-    width: 143px;
-}
-
 #frm_update_check_list input[type="submit"]{
        width: 140px;   
 }
@@ -1273,43 +1294,10 @@
     margin: 2px 0;  
     display:block;
 }
-#view_cases {
-    float: left;
-    margin: 20px 0 0 0;
-}
 #register_errors_content {
     float: right;
     margin-top: 20px;   
 }
-#edit_check_list_menu a {
-    float: left;
-    padding: 17px 0;
-    text-align: center;
-    width: 185px;
-}
-#edit_check_list_menu {
-    margin: 0 0 20px;
-    overflow: hidden;
-}
-.content_wrp {
-       background: none repeat scroll 0 0 #EDF5FF;
-    border: 1px solid #DDDDDD;
-    margin-bottom: 20px;
-    padding: 15px;
-    width: 800px;
-}
-.box_header {
-    background: none repeat scroll 0 0 #E7EFF8;
-    border-color: #DDDDDD;
-    border-style: solid;
-    border-width: 1px 1px 0;
-    color: #333333;
-    font-size: 13px;
-    font-weight: bolder;
-    margin: 0;
-    padding: 5px 0 5px 15px;
-    text-align: left;
-}
 
 /* ======================== VIEW CASES ============================= */
 
@@ -1363,12 +1351,6 @@
     display: block;
     width: 98%;
 }
-.frm_update_case .row, .case_info .row{
-       margin: 5px 0;  
-}
-.frm_update_case .row.first, .case_info .row.first{
-       margin-top:0;   
-}
 .frm_update_case input[type="submit"], .frm_update_case input[type="button"] {
     float: left;
     margin-top: 10px;
@@ -1404,6 +1386,25 @@
     width: 24px;       
 }
 
+/* ======================== CASE MESSAGE ============================= */
+#frmRegCaseMessage label {
+    width: 13%;
+}
+#frmRegCaseMessage h3 {
+    font-size: 1.15em;
+    margin: 1.5em 0 0.5em;
+}
+#frmRegCaseMessage ul.cases {
+    border: 1px solid #ddd;
+    padding: 0.5em 1%;
+}
+#frmRegCaseMessage ul.cases h4{
+       margin-top:0
+}
+#frmRegCaseMessage ul li ul li{
+       padding: 0 0 1em 1em;
+}
+
 /* ======================== QUICK MENU ============================= */
 
 .quick_menu {




reply via email to

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