react-templates/playground/css/playground.css

57 lines
681 B
CSS
Raw Normal View History

2014-11-27 17:53:37 +01:00
/*.hidden {*/
/*display: none;*/
/*}*/
body {
padding: 20px;
}
.hiddenTab {
/*width: 0;*/
/*height: 0;*/
2014-11-16 16:20:04 +01:00
}
.large-text-area {
2014-11-27 17:53:37 +01:00
height: 400px;
2014-11-18 14:00:28 +01:00
margin: 10px;
2014-11-17 12:27:57 +01:00
}
2014-11-30 16:34:43 +01:00
.code-area.horizontal {
2014-11-18 14:00:28 +01:00
width: 50%;
2014-11-30 12:12:03 +01:00
/*height: 620px;*/
2014-11-27 17:53:37 +01:00
float: left;
2014-11-17 12:27:57 +01:00
}
2014-11-30 16:34:43 +01:00
.code-area.vertical {
width: 100%;
/*height: 620px;*/
float: none;
}
.result-area.horizontal {
width: 50%;
float: left;
}
.result-area.vertical {
width: 100%;
float: none;
}
2014-11-17 12:27:57 +01:00
.result-area {
2014-11-18 14:00:28 +01:00
width: 50%;
2014-11-30 12:12:03 +01:00
/*height: 620px;*/
2014-11-27 17:53:37 +01:00
float: left;
2014-11-17 12:27:57 +01:00
}
2014-11-18 14:00:28 +01:00
.sample-view {
2014-11-27 17:53:37 +01:00
margin: 10px;
}
.sample-view button {
margin: 5px;
}
.sample-view input[type=checkbox] {
margin-right: 5px;
2014-11-18 14:00:28 +01:00
}