forked from Public/pics
Move autosuggest styles to default.css
This commit is contained in:
parent
4c928af9ad
commit
16eda4cfe7
@ -12,30 +12,6 @@
|
||||
}
|
||||
|
||||
|
||||
/* (Tag) autosuggest
|
||||
----------------------*/
|
||||
#new_tag_container {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.autosuggest {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.autosuggest li {
|
||||
display: block !important;
|
||||
padding: 3px;
|
||||
}
|
||||
.autosuggest li:hover, .autosuggest li.selected {
|
||||
background: #CFECF7;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Edit icon on tiled grids
|
||||
-----------------------------*/
|
||||
.tiled_grid div.landscape, .tiled_grid div.portrait, .tiled_grid div.panorama {
|
||||
|
@ -341,6 +341,30 @@ i.space-invader.alt-7::before {
|
||||
}
|
||||
|
||||
|
||||
/* (Tag) autosuggest
|
||||
----------------------*/
|
||||
#new_tag_container {
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
.autosuggest {
|
||||
background: #fff;
|
||||
border: 1px solid #ccc;
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.autosuggest li {
|
||||
display: block !important;
|
||||
padding: 3px;
|
||||
}
|
||||
.autosuggest li:hover, .autosuggest li.selected {
|
||||
background: #CFECF7;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* Error pages
|
||||
----------------*/
|
||||
.errormsg p {
|
||||
|
Loading…
Reference in New Issue
Block a user