mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
set overflow: hidden for legend
This commit is contained in:
parent
e20d7a21f8
commit
bfc436b5f0
|
@ -20,6 +20,9 @@
|
||||||
#login_wrapper {
|
#login_wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
legend { /* to prevent overlong filenames from cause horiz. scroll */
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
img.mimeicon {
|
img.mimeicon {
|
||||||
-moz-border-bottom-colors: none;
|
-moz-border-bottom-colors: none;
|
||||||
|
|
|
@ -9,6 +9,9 @@ body { /* Add top padding for full-width layout */
|
||||||
#login_wrapper {
|
#login_wrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
legend { /* to prevent overlong filenames from cause horiz. scroll */
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.navbar-brand img {
|
a.navbar-brand img {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user