This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xiaoguang_li
/
hue
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
HUE-6077 [frontend] The modal buttons shouldn't be at least 120px wide
Enrico Berti
8 years ago
parent
6bb4b55fc4
commit
403ded9
3 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
desktop/core/src/desktop/static/desktop/css/hue.css
0
0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css
4
0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less
File diff suppressed because it is too large
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue.css
File diff suppressed because it is too large
+ 0
- 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css
+ 4
- 0
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less
View File
@@ -56,3 +56,7 @@
.btn:focus {
.btn:focus {
outline: none;
outline: none;
}
}
+
+.modal-footer .btn {
+ min-width: 0;
+}
Some files were not shown because too many files changed in this diff