Project

General

Profile

Patch #43642 ยป remove-div_square.patch

Go MAEDA, 2026-01-04 09:37

View differences:

app/assets/stylesheets/application.css
622 622
  border-radius: 3px;
623 623
}
624 624

  
625
div.square {
626
  border: 1px solid var(--oc-gray-6);
627
  float: left;
628
  margin: .3em .4em 0 .4em;
629
  overflow: hidden;
630
  width: .6em; height: .6em;
631
}
632 625
.contextual {float:right; white-space: nowrap; line-height:1.4em;margin:5px 0px; padding-left: 10px; font-size:0.9em;}
633 626
.contextual input, .contextual select {font-size:0.9em;}
634 627

  
app/assets/stylesheets/rtl.css
86 86
#watchers li {margin: 0px 0px 0px 2px; padding: 0px 0px 0px 0px;}
87 87
#watchers img.gravatar {margin: 0 0 2px 4px;}
88 88

  
89
div.square {float:right;}
90 89
.contextual {float:left; padding-left:0px; padding-right:10px;}
91 90

  
92 91
blockquote {border-left:0px solid var(--oc-gray-3); padding-left:0em; margin-left:2em;  border-right:3px solid var(--oc-gray-3); padding-right:0.6em; margin-right:0;}
    (1-1/1)