diff options
Diffstat (limited to 'css/angular-scenario.css')
| -rw-r--r-- | css/angular-scenario.css | 35 | 
1 files changed, 35 insertions, 0 deletions
| diff --git a/css/angular-scenario.css b/css/angular-scenario.css index 3462ecef..adadebb0 100644 --- a/css/angular-scenario.css +++ b/css/angular-scenario.css @@ -89,6 +89,20 @@ body {    border-radius: 8px 0 0 8px;    -webkit-border-radius: 8px 0 0 8px;    -moz-border-radius: 8px 0 0 8px; +  cursor: pointer; +} + +.test-info:hover .test-name { +  text-decoration: underline; +} + +.test-info .closed:before { +  content: '\25b8\00A0'; +} + +.test-info .open:before { +  content: '\25be\00A0'; +  font-weight: bold;  }  .test-it ol { @@ -111,6 +125,21 @@ body {    padding: 4px;  } +.test-actions .test-title, +.test-actions .test-result { +  display: table-cell; +  padding-left: 0.5em; +  padding-right: 0.5em; +} + +.test-actions { +  display: table; +} + +.test-actions li { +  display: table-row; +} +  .timer-result {    width: 4em;    padding: 0 10px; @@ -121,6 +150,7 @@ body {  .test-it pre,  .test-actions pre {    clear: left; +  color: black;    margin-left: 6em;  } @@ -132,6 +162,11 @@ body {    content: '\00bb\00A0';  } +.scrollpane { +   max-height: 20em; +   overflow: auto; +} +  /** Colors */  #header { | 
