Robert Vogel has submitted this change and it was merged.

Change subject: fixed action buttons in CRUDGridPanel
......................................................................


fixed action buttons in CRUDGridPanel

Change-Id: I101ddefbf57e4ca9f1fa879980cb1eadd7b6aee3
---
M resources/bluespice.extjs/bluespice.extjs.fixes.css
M resources/bluespice/bluespice.css
2 files changed, 14 insertions(+), 13 deletions(-)

Approvals:
  Robert Vogel: Verified; Looks good to me, approved
  Smuggli: Checked; Looks good to me, but someone else must approve



diff --git a/resources/bluespice.extjs/bluespice.extjs.fixes.css 
b/resources/bluespice.extjs/bluespice.extjs.fixes.css
index 9e4ef1a..e6cb21f 100644
--- a/resources/bluespice.extjs/bluespice.extjs.fixes.css
+++ b/resources/bluespice.extjs/bluespice.extjs.fixes.css
@@ -20,22 +20,19 @@
 }
 
 /* Fix underlining by commonElements.css */
-a.x-btn-over, 
-a.x-btn-over {
-       text-decoration: none;
-}
-
-a.x-btn-over, 
 a.x-btn-over,
-a.x-btn-focus, 
-a.x-btn-focus {
+a.x-btn-over:hover,
+a.x-btn-focus,
+a.x-btn-focus:focus
+a.x-btn-disabled,
+a.x-btn-disabled:hover{
        text-decoration: none;
 }
 
 /* Fix blue background from general.css */
-input:focus.x-field-form-focus, 
-textarea:focus.x-field-form-focus, 
-input:focus.x-field-form-focus, 
+input:focus.x-field-form-focus,
+textarea:focus.x-field-form-focus,
+input:focus.x-field-form-focus,
 textarea:focus.x-field-form-focus {
        background-color: #FFF;
 }
@@ -44,8 +41,8 @@
 body.x-body {
        font-family: sans-serif; /* MediaWiki default */
        /*
-               This is disabled because the default BlueSpiceSkin has issues 
we cannot 
-               resolve right now. As soon as the BlueSpiceSkin is Vector 
compatible 
+               This is disabled because the default BlueSpiceSkin has issues 
we cannot
+               resolve right now. As soon as the BlueSpiceSkin is Vector 
compatible
                we can add this line to prevent BSF from breaking Vector based 
skins.
        */
        /*font-size: 1em;*/ /* MediaWiki default */
diff --git a/resources/bluespice/bluespice.css 
b/resources/bluespice/bluespice.css
index ed6368c..6a9d64f 100644
--- a/resources/bluespice/bluespice.css
+++ b/resources/bluespice/bluespice.css
@@ -37,4 +37,8 @@
 .bs-tooltip-body > ul {
        list-style: none;
        margin: 0;
+}
+.btn44 {
+       height:44px!important;
+       width:44px!important;
 }
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/147103
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I101ddefbf57e4ca9f1fa879980cb1eadd7b6aee3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Tweichart <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Pigpen <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>
Gerrit-Reviewer: Smuggli <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to