Scarab commit: svn commit: r11277 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins
[email protected] Fri, 8 Jun 2012 03:01:08 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2012-06-08 03:01:08-0700
New Revision: 11277
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/custom.css
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Log:
minor tweaks with modern skin
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/custom.css
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/custom.css?view=diff&pathrev=11277&r1=11276&r2=11277
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/custom.css (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/custom.css 2012-06-08 03:01:08-0700
@@ -53,7 +53,11 @@
color:green;
background-image: url(images/closed.png);
}
-
+
+#scb_banner {
+ background-image: url(companylogo.png);
+ height:80px;
+}
.treeview_button {
background-image: url(images/treeview_open.gif);
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=11277&r1=11276&r2=11277
==============================================================================
--- 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-06-08 03:01:08-0700
@@ -366,6 +366,15 @@
margin-right:10px;
}
+
+td.accessible {
+ background-color:#0f0;
+}
+
+td.restricted {
+ background-color:#eee;
+}
+
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* ==== From here on downwards the refactoring must still take place. ==== */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2969762