mirror of
https://github.com/redmine/redmine.git
synced 2026-01-27 09:49:57 +01:00
Remove unused style for div.square (#43642).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24255 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -622,13 +622,6 @@ input:disabled, select:disabled, textarea:disabled {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
div.square {
|
||||
border: 1px solid var(--oc-gray-6);
|
||||
float: left;
|
||||
margin: .3em .4em 0 .4em;
|
||||
overflow: hidden;
|
||||
width: .6em; height: .6em;
|
||||
}
|
||||
.contextual {float:right; white-space: nowrap; line-height:1.4em;margin:5px 0px; padding-left: 10px; font-size:0.9em;}
|
||||
.contextual input, .contextual select {font-size:0.9em;}
|
||||
|
||||
|
||||
@@ -86,7 +86,6 @@ h3.version {padding-left:0px; padding-right:20px;}
|
||||
#watchers li {margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;}
|
||||
#watchers img.gravatar {margin: 0 0 2px 4px;}
|
||||
|
||||
div.square {float:right;}
|
||||
.contextual {float:left; padding-left:0px; padding-right:10px;}
|
||||
|
||||
div.issue div.subject div div {padding-left:0px; padding-right:16px;}
|
||||
|
||||
Reference in New Issue
Block a user