mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 09:15:45 +01:00
pull some overlay height/width attributes out in to the CSS file
This commit is contained in:
@@ -59,6 +59,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
}
|
||||
#liberator-statusline {
|
||||
font-family: monospace;
|
||||
height: 10px;
|
||||
margin: 0px;
|
||||
}
|
||||
#liberator-statusline > label {
|
||||
@@ -72,6 +73,10 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
liberator-statusline-field-progress {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
/* no longer at the window's bottom right corner */
|
||||
.statusbar-resizerpanel {
|
||||
display: none;
|
||||
@@ -172,6 +177,14 @@ a.hl-URL:hover {
|
||||
|
||||
/* MOW */
|
||||
|
||||
#liberator-completions {
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
#liberator-multiline-output {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
#liberator-completions, #liberator-multiline-output {
|
||||
overflow: hidden;
|
||||
background-color: white;
|
||||
@@ -203,5 +216,4 @@ a.hl-URL:hover {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
||||
/* vim: set fdm=marker sw=4 ts=4 et: */
|
||||
|
||||
Reference in New Issue
Block a user