Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
cleanup suites layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Mar 23, 2012
1 parent b9f9422 commit 0a1c3f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sass/sections/runtests/_testlist.sass
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
+omega(24)
.suites
+padding-leader(.25)
ul
+delimited-list

.description
+columns(16,24)
Expand Down
21 changes: 19 additions & 2 deletions static/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ body > div {
left: 0;
width: 25.926%;
height: 4.5em;
background: url('../images/64x64.png?1327444929') no-repeat top center;
background: url('../images/64x64.png?1332461233') no-repeat top center;
}
#brand .wordmark {
font-size: 1.5em;
Expand Down Expand Up @@ -3266,7 +3266,7 @@ body.login #brand .logo {
top: 1.5em;
width: 100%;
height: 9em;
background: url('../images/126x126.png?1327444929') no-repeat scroll center center;
background: url('../images/126x126.png?1332461233') no-repeat scroll center center;
}
body.login #brand .wordmark {
font-size: 1.5em;
Expand Down Expand Up @@ -5591,6 +5591,23 @@ h2 + .select-env-link:active, .selectenvhead + .select-env-link:active {
#runtests .suites {
padding-top: 0.375em;
}
#runtests .suites ul {
list-style-type: none;
}
#runtests .suites ul, #runtests .suites ul li {
margin: 0px;
padding: 0px;
display: inline;
}
#runtests .suites ul li:after {
content: ", ";
}
#runtests .suites ul li:last-child:after {
content: "";
}
#runtests .suites ul li.last:after {
content: "";
}
#runtests .description {
display: inline;
float: left;
Expand Down

0 comments on commit 0a1c3f2

Please sign in to comment.