mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7861 xhtml strict fixes - removed table from navbar layout
This commit is contained in:
parent
d2ce367fb9
commit
b1307cbca5
3 changed files with 30 additions and 16 deletions
|
@ -206,15 +206,15 @@ table.formtable tbody th {
|
|||
color: #FFF;
|
||||
}
|
||||
|
||||
#navmenu {
|
||||
.navigation select {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
#navmenu optgroup {
|
||||
.navigation optgroup {
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
#navmenu optgroup option {
|
||||
.navigation optgroup option {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
|
|
|
@ -485,16 +485,30 @@ table.navbar {
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
#navmenu optgroup {
|
||||
.navigation ul {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.navigation ul li form,
|
||||
.navigation ul li {
|
||||
display:inline;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
margin-left:2px;
|
||||
}
|
||||
|
||||
.navigation optgroup {
|
||||
text-align:center;
|
||||
padding-top:4px;
|
||||
}
|
||||
|
||||
#navmenu option {
|
||||
.navigation option {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
#navmenu optgroup option {
|
||||
.navigation optgroup option {
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue