14 lines
287 B
CSS
Executable File
14 lines
287 B
CSS
Executable File
/* Local modifications to jquery ui theme so the original stays intact */
|
|
|
|
.ui-progressbar {
|
|
height: 0.5em;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
max-height: 20em;
|
|
overflow-y: auto;
|
|
/* prevent horizontal scrollbar */
|
|
overflow-x: hidden;
|
|
} |