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:
Go MAEDA
2026-01-04 23:45:36 +00:00
parent 243a9eee10
commit 4a032db66a
2 changed files with 0 additions and 8 deletions

View File

@@ -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;}

View File

@@ -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;}