mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 03:36:22 -07:00
more thread dropdown menu improvements
This commit is contained in:
parent
b940d40b0f
commit
eff1f76950
2 changed files with 28 additions and 8 deletions
|
@ -110,6 +110,27 @@
|
|||
position:relative;
|
||||
}
|
||||
|
||||
.thread-ddown-menu {
|
||||
display:inline-block;
|
||||
float:left;
|
||||
margin-left:-4px;
|
||||
margin-top:8px;
|
||||
padding:4px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
.thread-ddown-menu ul {
|
||||
list-style:none;
|
||||
padding-left: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.thread-ddown-menu li {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.dropdown-button {
|
||||
float:right;
|
||||
list-style:none;
|
||||
|
@ -118,6 +139,7 @@
|
|||
}
|
||||
|
||||
.dropdown-menu {
|
||||
list-style: none;
|
||||
min-height:100px;
|
||||
min-width:300px;
|
||||
padding:4px 8px;
|
||||
|
@ -202,14 +224,7 @@
|
|||
vertical-align:top;
|
||||
}
|
||||
|
||||
.thread-ddown-menu {
|
||||
display:inline-block;
|
||||
float:left;
|
||||
margin-left:-4px;
|
||||
margin-top:8px;
|
||||
padding:4px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
|
||||
.topbar-item {
|
||||
float:left;
|
||||
|
|
|
@ -133,6 +133,11 @@ input[type=text],input[type=password],input[type=file],textarea,.thread-ddown-me
|
|||
color:#FFF;
|
||||
}
|
||||
|
||||
.thread-ddown-menu li:hover {
|
||||
background-color:#404040;
|
||||
|
||||
}
|
||||
|
||||
ul.boardmenu li:hover {
|
||||
background:#404040;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue