mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Fix UI issues in the setting page of some plugins that have arisen after r19720.
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19729 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -847,6 +847,7 @@ input#months { width: 46px; }
|
||||
|
||||
.tabular .wiki-preview, .tabular .jstTabs {width: 95%;}
|
||||
.tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }
|
||||
.tabular.settings .wiki-preview p {padding-left: 0 !important}
|
||||
.tabular .wiki-preview p {
|
||||
min-height: initial;
|
||||
padding: 0;
|
||||
@@ -855,7 +856,7 @@ input#months { width: 46px; }
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
.tabular.settings > p{ padding-left: 300px; }
|
||||
.tabular.settings p { padding-left: 300px; }
|
||||
.tabular.settings label{ margin-left: -300px; width: 295px; }
|
||||
.tabular.settings textarea, .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user