Spaces:
Running
Running
Update style/defaults/style.css
Browse files- style/defaults/style.css +3 -3
style/defaults/style.css
CHANGED
|
@@ -117,7 +117,7 @@ progress::-moz-progress-bar {
|
|
| 117 |
color: #545454;
|
| 118 |
border: 1px solid #ddd;
|
| 119 |
border-radius: 10px;
|
| 120 |
-
padding:
|
| 121 |
font-size: 15px;
|
| 122 |
line-height: 1.4;
|
| 123 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
@@ -143,8 +143,8 @@ progress::-moz-progress-bar {
|
|
| 143 |
/* CLOSE BUTTON for menu-content - match tooltip-close style */
|
| 144 |
.menu-content .help-close {
|
| 145 |
position: absolute;
|
| 146 |
-
top:
|
| 147 |
-
right:
|
| 148 |
width: 32px;
|
| 149 |
height: 32px;
|
| 150 |
background: #F2F0EF;
|
|
|
|
| 117 |
color: #545454;
|
| 118 |
border: 1px solid #ddd;
|
| 119 |
border-radius: 10px;
|
| 120 |
+
padding: 28px 24px;
|
| 121 |
font-size: 15px;
|
| 122 |
line-height: 1.4;
|
| 123 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
|
|
|
|
| 143 |
/* CLOSE BUTTON for menu-content - match tooltip-close style */
|
| 144 |
.menu-content .help-close {
|
| 145 |
position: absolute;
|
| 146 |
+
top: 5px;
|
| 147 |
+
right: 5px;
|
| 148 |
width: 32px;
|
| 149 |
height: 32px;
|
| 150 |
background: #F2F0EF;
|