[Vtigercrm-commits] [vtiger-commits] r3888 - /vtigercrm/trunk/themes/blue/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Feb 22 09:39:51 EST 2006
Author: richie
Date: Wed Feb 22 07:39:09 2006
New Revision: 3888
Log:
Added mnuTab Style for UserEditView.tpl in Settings/Users Module
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 Wed Feb 22 07:39:09 2006
@@ -745,6 +745,43 @@
width:245px;
}
+#mnuTab{
+
+ position:relative;
+
+ overflow:auto;
+
+ width:100%;
+
+ display:block;
+
+}
+
+#mnuTab1{
+
+ position:relative;
+
+ overflow:auto;
+
+ width:100%;
+
+ display:none;
+
+}
+
+#mnuTab2{
+
+ position:relative;
+
+ overflow:auto;
+
+ width:100%;
+
+ display:none;
+
+}
+
+
/* End of Settings */
.bggray{
More information about the vtigercrm-commits
mailing list