Commit a5105ddf132de139a3b2d684cbe7472bc8df6864
1 parent
f2a76228
Exists in
master
and in
4 other branches
Fix broken CSS
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/jquery.ui.gitlab.css
@@ -139,7 +139,8 @@ | @@ -139,7 +139,8 @@ | ||
139 | 139 | ||
140 | /* Overlays */ | 140 | /* Overlays */ |
141 | .ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); } | 141 | .ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); } |
142 | -.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* | 142 | +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } |
143 | +/* | ||
143 | * jQuery UI Resizable 1.8.7 | 144 | * jQuery UI Resizable 1.8.7 |
144 | * | 145 | * |
145 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) | 146 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
@@ -158,7 +159,8 @@ | @@ -158,7 +159,8 @@ | ||
158 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } | 159 | .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } |
159 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } | 160 | .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } |
160 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } | 161 | .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } |
161 | -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* | 162 | +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} |
163 | +/* | ||
162 | * jQuery UI Selectable 1.8.7 | 164 | * jQuery UI Selectable 1.8.7 |
163 | * | 165 | * |
164 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) | 166 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |
@@ -168,6 +170,7 @@ | @@ -168,6 +170,7 @@ | ||
168 | * http://docs.jquery.com/UI/Selectable#theming | 170 | * http://docs.jquery.com/UI/Selectable#theming |
169 | */ | 171 | */ |
170 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } | 172 | .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } |
173 | +/* | ||
171 | * jQuery UI Autocomplete 1.8.7 | 174 | * jQuery UI Autocomplete 1.8.7 |
172 | * | 175 | * |
173 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) | 176 | * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) |