Scarab commit: svn commit: r11271 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp: WEB-INF/templates/macros skins
[email protected] Thu, 31 May 2012 02:12:42 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2012-05-31 02:12:41-0700
New Revision: 11271
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Log:
tuned time setings for attention icons
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm?view=diff&pathrev=11271&r1=11270&r2=11271
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm 2012-05-31 02:12:41-0700
@@ -571,7 +571,7 @@
#if ($hours <= 0) #set ($extra = "")
#elseif($hours < 120) #set ($extra = "_attention1")
#elseif($hours < 240) #set ($extra = "_attention2")
- #elseif($hours < 480) #set ($extra = "_attention3")
+ #elseif($hours < 480) #set ($extra = "_attention4")
#else
#set ($extra = "_attention5")
#end
@@ -586,8 +586,8 @@
#macro (indexedRowsWithIdleHours $count $hours)
#if ($hours <= 0) #set ($extra = "")
#elseif($hours < 120) #set ($extra = "")
- #elseif($hours < 240) #set ($extra = "_attention1")
- #elseif($hours < 480) #set ($extra = "_attention2")
+ #elseif($hours < 240) #set ($extra = "_attention2")
+ #elseif($hours < 480) #set ($extra = "_attention4")
#else
#set ($extra = "_attention5")
#end
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css?view=diff&pathrev=11271&r1=11270&r2=11271
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css 2012-05-31 02:12:41-0700
@@ -82,9 +82,9 @@
font-size: 1.25em;
border-top: 1px solid #369;
background-color: #ccc;
- background-image:url(companylogo.png);
+ _background-image:url(companylogo.png);
background-position: center top;
- height:90px;
+ height:50px;
color: #fff;
}
@@ -422,11 +422,14 @@
treeview_button, select, input[type='submit'], input[type='reset'], input[type='file'] {
border-radius: 5px;
padding:2px;
+ padding:3px\9;
+ padding-right:4px\9;
+ padding-left:4px\9;
border-style:solid;
- border-color:#f0d0d0 #f0d0d0 #f0b0b0 #f0b0b0;
- background-color:#f8f8f8;
+ border-color:#b08080 #b08080 #d0B0B0 #d0B0B0;
+ background-color:#e8e8e8;
border-width:2px;
- color:#b00000;
+ color:#000000;
}
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2968107