Author: jfthomps
Date: Fri Sep 12 17:25:38 2014
New Revision: 1624595
URL: http://svn.apache.org/r1624595
Log:
VCL-776 - rework resource code to have a base class for all resources and
inheriting classes for each resource type
removed background setting from '.default #content table' so that selected rows
on the view computer profiles page will be highlighted
Modified:
vcl/trunk/web/themes/default/css/vcl.css
Modified: vcl/trunk/web/themes/default/css/vcl.css
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/themes/default/css/vcl.css?rev=1624595&r1=1624594&r2=1624595&view=diff
==============================================================================
--- vcl/trunk/web/themes/default/css/vcl.css (original)
+++ vcl/trunk/web/themes/default/css/vcl.css Fri Sep 12 17:25:38 2014
@@ -346,7 +346,6 @@ form {
}
.default #content table {
- background: #ffffff;
border-spacing: 1px;
/*margin: 10px 10px 10px 0;*/
padding: 0;