summaryrefslogtreecommitdiff
path: root/www/wiki/skins
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins')
-rw-r--r--www/wiki/skins/bo/layout-reevo.xml2
-rw-r--r--www/wiki/skins/bo/reevo.less27
2 files changed, 20 insertions, 9 deletions
diff --git a/www/wiki/skins/bo/layout-reevo.xml b/www/wiki/skins/bo/layout-reevo.xml
index 77b31db9..4a48244b 100644
--- a/www/wiki/skins/bo/layout-reevo.xml
+++ b/www/wiki/skins/bo/layout-reevo.xml
@@ -31,7 +31,7 @@ This layout has Pagetools visible in body content as used in http://wiki.ead.puc
<button class="hidden-xs uls-trigger btn btn-default navbar-toplang webfonts-changed"><span class="glyphicon glyphicon-globe"></span></button>
]]>
</component>
- <component type="PersonalTools" position="right" class="hidden-xs" showLanguages="no"/>
+ <component type="PersonalTools" position="right" class="hidden-xs"/>
</component>
<component type="ContentHeader"/>
diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less
index bfe99ed9..cde95f50 100644
--- a/www/wiki/skins/bo/reevo.less
+++ b/www/wiki/skins/bo/reevo.less
@@ -229,12 +229,6 @@ table .map-address {
border-radius: 3px;
}
-
-button.ui-datepicker-trigger.webfonts-changed {
- float: right;
- margin: -40px 10px 0 0;
-}
-
.mw-mmv-overlay {
background-color: #000000bd !important;
}
@@ -268,12 +262,29 @@ body.mw-mmv-lightbox-open #mw-navigation {
background: #ccc;
}
+.form-group.row {
+ padding: 10px 0;
+}
+
+label.checkboxLabel.form-control {
+ border: none !important;
+ height: 30px;
+ padding: 7px;
+}
+
+button.ui-datepicker-trigger.webfonts-changed {
+ float: right !important;
+ margin: -40px 10px 0 0 !important;
+}
+
#bodyContent .col-form-label {
- text-align: left;
+ text-align: left;
+ font-style: italic;
+ font-size: 110%;
}
div#bodyContent {
- margin: 0 15px;
+ margin: 0 15px;
}
.navbar-toplang {