diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/angular-scenario.css | 24 | 
1 files changed, 16 insertions, 8 deletions
| diff --git a/css/angular-scenario.css b/css/angular-scenario.css index adadebb0..f5cded7f 100644 --- a/css/angular-scenario.css +++ b/css/angular-scenario.css @@ -8,6 +8,10 @@ body {    font-size: 14px;  } +#json, #xml { +  display: none; +} +  #header {    position: fixed;    width: 100%; @@ -32,7 +36,7 @@ body {    height: 30px;  } -#frame h2, +#application h2,  #specs h2 {    margin: 0;    padding: 0.5em; @@ -45,26 +49,26 @@ body {  }  #header, -#frame, +#application,  .test-info,  .test-actions li {    overflow: hidden;  } -#frame { +#application {    margin: 10px;  } -#frame iframe { +#application iframe {    width: 100%;    height: 758px;  } -#frame .popout { +#application .popout {    float: right;  } -#frame iframe { +#application iframe {    border: none;  } @@ -154,6 +158,10 @@ body {    margin-left: 6em;  } +.test-describe { +  padding-bottom: 0.5em; +} +  .test-describe .test-describe {    margin: 5px 5px 10px 2em;  } @@ -178,11 +186,11 @@ body {  }  #specs h2, -#frame h2 { +#application h2 {    background-color: #efefef;  } -#frame { +#application {    border: 1px solid #BABAD1;  } | 
