Author: jfthomps
Date: Thu Jan 26 15:23:14 2017
New Revision: 1780407
URL: http://svn.apache.org/viewvc?rev=1780407&view=rev
Log:
themes/default/css/vcl.css:
-added "#usersDiv th.privheader > div", "#usergroupsDiv th.privheader > div",
and "#resourcesDiv th.privheader > div" to override the translation distance in
primary vcl.css file
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=1780407&r1=1780406&r2=1780407&view=diff
==============================================================================
--- vcl/trunk/web/themes/default/css/vcl.css (original)
+++ vcl/trunk/web/themes/default/css/vcl.css Thu Jan 26 15:23:14 2017
@@ -426,3 +426,11 @@ form {
float: none;
display: block;
}
+
+#usersDiv th.privheader > div,
+#usergroupsDiv th.privheader > div,
+#resourcesDiv th.privheader > div {
+ transform:
+ translate(0px, 130px)
+ rotate(270deg);
+}