[Vtigercrm-commits] [vtiger-commits] r6437 - /vtigercrm/trunk/themes/blue/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 25 15:28:52 EDT 2006
Author: don
Date: Thu May 25 13:28:48 2006
New Revision: 6437
Log:
css added for MySites
Modified:
vtigercrm/trunk/themes/blue/style.css
Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Thu May 25 13:28:48 2006
@@ -1676,8 +1676,8 @@
padding:5px;
display:block;
position:absolute;
- left:100px;
- top:100px;
+ left:0px;
+ top:0px;
}
/* Role */
@@ -2345,3 +2345,52 @@
}
+/* MY SITES */
+
+.SiteSel{
+ font-family:Arial, Helvetica, sans-serif;
+ background-image:url(images/site_sel.jpg);
+ background-position:left bottom;
+ background-repeat:no-repeat;
+ height:33px;
+ width:194px;
+ text-align:center;
+ vertical-align:middle;
+ color:#000000;
+ font-weight:bold;
+ font-size:11px;
+ text-decoration:none;
+}
+
+.SiteUnSel{
+ font-family:Arial, Helvetica, sans-serif;
+ background-image:url(images/site_unsel.jpg);
+ background-position:left bottom;
+ background-repeat:no-repeat;
+ height:33px;
+ width:194px;
+ text-align:center;
+ vertical-align:middle;
+ color:#000000;
+ font-weight:normal;
+ font-size:11px;
+ text-decoration:none;
+ cursor:pointer;
+}
+
+.SiteHdr{
+ font-family:Arial, Helvetica, sans-serif;
+ background-image:url(images/site_hdr.jpg);
+ background-position:right bottom;
+ background-repeat:no-repeat;
+ height:33px;
+ text-align:center;
+ vertical-align:middle;
+ color:#000000;
+ font-weight:normal;
+ font-size:11px;
+ text-decoration:none;
+}
+
+
+
More information about the vtigercrm-commits
mailing list