r112869 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112868
|
r112869
|
r112870
>
Date:
01:54, 2 March 2012
Author:
kaldari
Status:
ok
Tags:
Comment:
override the padding for large buttons to accomodate the buttons arrows we use in ACW
Modified paths:
/trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/ext.articleCreation.core.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleCreationWorkflow/modules/ext.articleCreation.core/ext.articleCreation.core.css
—
—
@@ -16,8 +16,11 @@
17
17
18
18
/* Buttons */
19
19
.ac-article-button {
20
- width: 250px !important;
20
+ width: 220px !important;
21
21
}
22
+.ui-button-large {
23
+ padding: 5px 35px 7px 5px !important;
24
+}
22
25
23
26
.ac-action-button {
24
27
width: 150px !important;
Status & tagging log
18:20, 20 March 2012
Robmoen
(
talk
|
contribs
)
changed the
status
of r112869
[
removed:
new
added:
ok]