Skip to content

Commit

Permalink
Delete old desk stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall Roch committed Jul 30, 2005
1 parent 2772d71 commit bf840e6
Showing 1 changed file with 0 additions and 211 deletions.
211 changes: 0 additions & 211 deletions comp/media/css/style.css
Expand Up @@ -296,217 +296,6 @@ div.debug dt:after {
padding-left: 18px;
}

.desk_item {
padding-bottom: 8px;
clear: left;
}

.desk_item a {
text-decoration: none;
color: #006666;
background-color: transparent;
}

.desk_item a:hover {
text-decoration:underline;
}

.desk_item a.ref:link,
.desk_item a.ref:visited {
color: #006666;
background-color: transparent;
}

.desk_item .head {
position: relative;
margin: 0 0 0 0px;
border: 0px;
line-height: 2em;
font-weight: bold;
background: #cccc99;
}


.desk_item .head .select {
position: absolute;
height: 20px;
width: 20px;
padding: 0px;
left: -21px;
background:#cccc99;
border-right: solid white 1px;
text-align: center;
}
.desk_item .head .select input {
width: 16px;
height: 16px;
display: block;
position: absolute;
top: -1px;
left: -1px;
}

.desk_item .actions {
border-top: solid white 1px;
background: #E8E8CD;
}

.desk_item .actions ul {
margin: 0;
padding: 0;
list-style: none;
}

.desk_item .actions ul li {
display: block;
float: left;
margin: 0;
padding: 0;
line-height: 2em;
}
.desk_item .actions ul li.inactive { color: #999; }
.desk_item .actions ul.action { float: left; }
.desk_item .actions ul.view { float: right; }
.desk_item .actions ul.action li { padding: 3px 10px 3px 5px; }
.desk_item .actions ul.view li { padding: 3px 5px 3px 10px; }

.desk_item .actions img { vertical-align: middle; }
.desk_item .actions input { vertical-align: middle; }
.desk_item .actions select { font-size: 1em; vertical-align: baseline; }

.desk_item .head .version,
.desk_item .head .versionsorted,
.desk_item .head .versionalias {
float: left;
display: block;
width: 97px;
color: black;
border-right: solid white 1px;
padding-right: 5px;
text-align: right;
}

.desk_item .head .idvsorted { background:#669999; }

.desk_item .head .title,
.desk_item .head .titlealias,
.desk_item .head .titlesorted {
float: left;
display: block;
color: black;
font-size: 1.1em;
padding-left: 5px;
}
.desk_item .head .titlesorted { background:#669999; color: white; }
.desk_item .head .title a {
font-size: 1.1em;
}
.desk_item .head .title .label { font-size: .8em; font-weight: normal; }

.desk_item .head .need,
.desk_item .head .pub,
.desk_item .head .none,
.desk_item .head .aliasnone,
.desk_item .head .nonesorted {
float: right;
width: 20px;
text-align: center;
font-weight: bold;
color: white;
cursor: default;
border-left: solid white 1px;
}
.desk_item .head .need { background: #993300; }
.desk_item .head .pub { background: #999934; }
.desk_item .head .none { background: #cccc99; }
.desk_item .head .aliasnone { background:#99cc99; }
.desk_item .head .nonesorted { background:#669999; }

.desk_item .head .sorted a {
color: white;
background:#669999;
}

.desk_item .head .status {
position: absolute;
top: 0;
left: 0;
text-align: center;
padding: 3px;
font-weight: normal;
}

.desk_item .body {
clear: both;
border-right: solid #E8E8CD 1px;
border-bottom: solid #E8E8CD 1px;
margin: 0;
}

.desk_item .body p,
.desk_item .body dl {
margin: 0px;
padding: 0px;
}

.desk_item .body input {
margin: 0px;
}

.desk_item .body label {
padding-left: 3px;
}

.desk_item .body p {
border-top: solid white 1px;
line-height: 20px;
}

.desk_item .body select {
line-height: 20px;
}

.desk_item .body .mover {
padding: 20px 0 21px 0;
height: 22px;
}

.desk_item dt,
.desk_item dd {
line-height: 20px;
border-top: solid white 1px;
}

.desk_item dt {
font-weight: normal;
color: black;
background:#E8E8CD;
float: left;
width: 97px;
text-align: right;
padding-right: 5px;
margin-right: 2px; /* Make three if we can't get the 1px to work in dd. */
border-right: solid white 1px;
white-space: nowrap;
}

.desk_item dd {
margin-left: 101px;
padding: 0 0 0 5px;
}

.desk_item .body dt:after {
content: ':'; /* Insert a colon. */
}

.desk_item .sorted {
color: white;
background: #669999;
font-weight: bold;
}

.desk_item .advanced { display: none; }

form .row {
position: relative;
margin-bottom: 4px;
Expand Down

0 comments on commit bf840e6

Please sign in to comment.