usrspace-browser-addon/popup/index.css

53 lines
758 B
CSS
Raw Normal View History

2018-12-27 14:57:46 +01:00
body {
2018-12-27 15:16:18 +01:00
width: 360px;
2018-12-27 14:57:46 +01:00
}
2018-12-27 14:43:34 +01:00
h2 {
2018-12-27 14:57:46 +01:00
margin: 12px 8px 8px;
2018-12-27 14:43:34 +01:00
}
2019-10-04 21:58:48 +02:00
summary {
margin: 12px 8px 8px;
}
summary > h2 {
margin: 0;
display: inline-block;
}
2018-12-27 14:43:34 +01:00
.panel-list-item > .icon {
text-align: center;
width: 23px;
margin-right: 4px;
}
.panel-list-item > .icon > img {
vertical-align: text-bottom;
}
#state {
margin: 0 8px;
}
#state > img {
vertical-align: text-bottom;
margin-right: 4px;
}
2018-12-27 14:43:34 +01:00
#calendar {
margin: 0 8px;
}
2019-10-04 21:58:48 +02:00
#calendar > div > img {
2018-12-27 14:43:34 +01:00
vertical-align: text-bottom;
margin-right: 4px;
}
2018-12-27 10:37:31 +01:00
#space-api {
2018-12-27 14:43:34 +01:00
margin: 0;
padding: 0 8px;
2019-10-04 21:58:48 +02:00
height: 240px;
2018-12-27 14:57:46 +01:00
overflow-x: hidden;
2018-12-27 14:43:34 +01:00
overflow-y: scroll;
2018-12-27 14:57:46 +01:00
background-color: #ebebeb;
2018-12-27 14:43:34 +01:00
}
#space-api code {
2018-12-27 10:37:31 +01:00
font-family: monospace;
font-size: 10px;
}