Author: jleroux
Date: Sat Oct 28 16:31:08 2017
New Revision: 1813647
URL:
http://svn.apache.org/viewvc?rev=1813647&view=revLog:
Improved: Improve Rainbow theme showing themes
(OFBIZ-9862)
I have added the missing CSS styles for Rainbow theme in
themes/rainbowstone/webapp/rainbowstone/style.css to improve the rendering of
the list of visual themes also attached a screenshot for your quick reference.
Thanks: Yogesh Naroliya for the patch
Modified:
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css
Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css?rev=1813647&r1=1813646&r2=1813647&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css Sat Oct 28 16:31:08 2017
@@ -651,6 +651,29 @@ text-decoration: underline;
color: #ccc;
}
+/* ---------------------- */
+/* Table Styles */
+/* ---------------------- */
+
+.basic-table {
+ margin-bottom: 1em;
+ width: 100%;
+}
+
+.basic-table tr td {
+ /* Style for all cells */
+ padding: 0.8em 0.1em;
+ vertical-align: middle;
+}
+
+.basic-table tr .align-bottom {
+ vertical-align: bottom;
+}
+
+.basic-table .selected {
+ background: #FFFCCF;
+}
+
/* ------------------------------------- */
/* Table decorator - Hover bar */
/* ------------------------------------- */