tabs border-bottom
This commit is contained in:
parent
437798b617
commit
cc5d3cb1c6
1 changed files with 10 additions and 0 deletions
|
@ -2,19 +2,29 @@
|
||||||
* This file provides styles for the edit view (?do=edit), preview
|
* This file provides styles for the edit view (?do=edit), preview
|
||||||
* and section edit buttons.
|
* and section edit buttons.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* + + + + + mediamanager + + + + + */
|
/* + + + + + mediamanager + + + + + */
|
||||||
|
|
||||||
#mediamanager__page {
|
#mediamanager__page {
|
||||||
.namespaces h2 {
|
.namespaces h2 {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
margin-bottom: -1px;
|
margin-bottom: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#media__tree ul li img {
|
#media__tree ul li img {
|
||||||
padding-top: .3em;
|
padding-top: .3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.tabs li a {
|
||||||
|
border-bottom-color: transparent;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* media queries */
|
/* media queries */
|
||||||
|
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
#mediamanager__page {
|
#mediamanager__page {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue