usrspace-browser-addon/popup/index.css

37 lines
550 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
}
.panel-list-item > .icon {
text-align: center;
width: 23px;
margin-right: 4px;
}
.panel-list-item > .icon > img {
vertical-align: text-bottom;
}
#calendar {
margin: 0 8px;
}
#calendar > img {
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;
height: 128px;
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;
}