Browse Source

more fixes for rule edit mode

pull/2/head
gorhill 10 years ago
parent
commit
b01964db9b
  1. 9
      src/css/user-rules.css

9
src/css/user-rules.css

@ -14,7 +14,6 @@ div > p:last-child {
border: 0; border: 0;
box-sizing: box-border; box-sizing: box-border;
display: inline-block; display: inline-block;
font: 12px/1.4 monospace;
margin: 0; margin: 0;
padding: 0; padding: 0;
position: relative; position: relative;
@ -95,6 +94,10 @@ body[dir="rtl"] #commitButton:before {
overflow: hidden; overflow: hidden;
padding: 1em 0 0 0; padding: 1em 0 0 0;
} }
#diff ul,
#diff textarea {
font: 12px/1.8 monospace;
}
#diff.edit .right ul { #diff.edit .right ul {
visibility: hidden; visibility: hidden;
} }
@ -107,7 +110,7 @@ body[dir="rtl"] #commitButton:before {
#diff li { #diff li {
background-color: white; background-color: white;
direction: ltr; direction: ltr;
padding: 2px 0;
padding: 0;
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
} }
@ -136,8 +139,6 @@ body[dir="rtl"] #commitButton:before {
border: 0; border: 0;
border-top: 1px solid #eee; border-top: 1px solid #eee;
direction: ltr; direction: ltr;
font: 12px monospace;
line-height: calc(140% + 4px);
height: 100%; height: 100%;
left: 0; left: 0;
margin: 0; margin: 0;

Loading…
Cancel
Save