Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 178 → Rev 179

/trunk/styles/lcars22.css
375,6 → 375,50
 
/* Controls */
 
input,
select
{
margin: 0 0.2em 0.2em 0;
font-size: 1em;
}
 
input
{
min-width: 4.875em;
border: 1px solid #7d7d7d;
padding: 0 0.125em;
background-color: #000;
color: #fff;
}
 
input:focus
{
border-color: #f90;
}
 
select
{
min-width: 5em;
background-color: #7d7d7d;
color: #000 !important;
border: none;
}
 
select:focus
{
background-color: #f90;
color: #000;
}
 
option {
background-color: #000;
color: #fff;
}
 
option:checked {
color: #fc6;
}
 
.button:visited,
.button
{
489,6 → 533,16
width: 5em !important;
}
 
#content.fixed {
position: fixed;
margin-right: 0.2em;
top: 12em;
right: 0;
bottom: 0.2em;
left: 16.8em;
overflow: hidden;
}
 
.multi-display .upper
{
position: absolute;