Gildas преди 7 години
родител
ревизия
23c86d1c64
променени са 2 файла, в които са добавени 8 реда и са изтрити 9 реда
  1. 7 8
      extension/ui/pages/options.css
  2. 1 1
      extension/ui/pages/options.html

+ 7 - 8
extension/ui/pages/options.css

@@ -57,6 +57,10 @@ h3 {
     margin-top: 10px;
 }
 
+.buttons {
+    white-space: nowrap;
+}
+
 .profiles {
     float: right;
     margin-right: 12px;
@@ -77,11 +81,11 @@ h3 {
 .rules-table-container .tr {
     height: 26px;
     display: grid;
-    grid-template-columns: 1fr 1fr 1fr 56px;
+    grid-template-columns: 1fr 1fr 1fr 58px;
 }
 
 .rules-table-container.compact .tr {
-    grid-template-columns: 1fr 1fr 56px;
+    grid-template-columns: 1fr 1fr 58px;
 }
 
 .rules-table-container.compact .tr .rule-autosave-profile {
@@ -92,7 +96,7 @@ h3 {
     display: none;
 }
 
-.rules-table-container .th {
+.rules-table-container .thead {
     text-align: left;
     border-color: rgb(225, 225, 225);
     border-style: solid;
@@ -144,11 +148,6 @@ h3 {
 
 .rules-table-container .thead .th:last-of-type {
     text-align: right;
-    padding-right: 4px;
-}
-
-.rules-table-container .thead .th {
-    min-height: 22px;
 }
 
 .profiles button,

+ 1 - 1
extension/ui/pages/options.html

@@ -227,7 +227,7 @@
 	</details>
 	<div class="option bottom">
 		<a href="help.html" target="SingleFileHelpPage" id="helpLabel"></a>
-		<div>
+		<div class="buttons">
 			<button id="importButton"></button>
 			<button id="exportButton"></button>
 			<button id="resetButton"></button>