Show More
@@ -86,7 +86,7 b' input[type="button"] {' | |||||
86 | } |
|
86 | } | |
87 | &:disabled { |
|
87 | &:disabled { | |
88 | .border ( @border-thickness-buttons, @grey4 ); |
|
88 | .border ( @border-thickness-buttons, @grey4 ); | |
89 |
background-color: |
|
89 | background-color: transparent; | |
90 | } |
|
90 | } | |
91 | } |
|
91 | } | |
92 |
|
92 |
@@ -1016,7 +1016,7 b' table.cb {' | |||||
1016 | display: block; |
|
1016 | display: block; | |
1017 | white-space: pre-wrap; |
|
1017 | white-space: pre-wrap; | |
1018 | font-family: @font-family-monospace; |
|
1018 | font-family: @font-family-monospace; | |
1019 |
word-break: break- |
|
1019 | word-break: break-all; | |
1020 | .nonl { |
|
1020 | .nonl { | |
1021 | color: @color5; |
|
1021 | color: @color5; | |
1022 | } |
|
1022 | } |
@@ -11,7 +11,7 b' form.rcform {' | |||||
11 | padding: 0; |
|
11 | padding: 0; | |
12 | border: none; |
|
12 | border: none; | |
13 | } |
|
13 | } | |
14 |
label { display: inline; border:none; padding: |
|
14 | label { display: inline; border:none; padding:0; } | |
15 | .label { display: none; } |
|
15 | .label { display: none; } | |
16 |
|
16 | |||
17 | max-width: 940px; |
|
17 | max-width: 940px; |
General Comments 0
You need to be logged in to leave comments.
Login now