Author: jfthomps
Date: Tue Aug 30 17:27:13 2016
New Revision: 1758434

URL: http://svn.apache.org/viewvc?rev=1758434&view=rev
Log:
VCL-981 - create a new theme that is more responsive for mobile devices

dropdownmenus/css/theme.css: added div.dijitDialog h2, div.dijitDialog h3, and 
#confdelcontent h3

Modified:
    vcl/trunk/web/themes/dropdownmenus/css/theme.css

Modified: vcl/trunk/web/themes/dropdownmenus/css/theme.css
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/themes/dropdownmenus/css/theme.css?rev=1758434&r1=1758433&r2=1758434&view=diff
==============================================================================
--- vcl/trunk/web/themes/dropdownmenus/css/theme.css (original)
+++ vcl/trunk/web/themes/dropdownmenus/css/theme.css Tue Aug 30 17:27:13 2016
@@ -129,6 +129,14 @@ h4 {
        border-top: none;
        padding: 0.2em;
 }
+div.dijitDialog h2,
+div.dijitDialog h3 {
+       margin-top: 0.1em;
+}
+#confdelcontent h3 {
+       font-size: 1.4em;
+       font-weight: bold;
+}
 #groupbyresourcediv table.dojoxGridRowTable tbody tr:hover td {
        background-color: transparent;
 }


Reply via email to