streams/view/css/mod_webpages.css

37 lines
584 B
CSS
Raw Normal View History

2015-04-13 21:38:36 +00:00
#webpage-editor {
display: none;
2014-04-30 01:28:05 +00:00
}
2015-04-13 21:38:36 +00:00
#webpage-list-table {
width: 100%;
}
#webpage-list-table th:nth-child(1){
padding: 7px 3px 7px 10px;
2015-04-13 21:38:36 +00:00
white-space: nowrap;
}
#webpage-list-table td:nth-child(1){
padding: 7px 3px 7px 10px;
}
2015-04-14 09:50:21 +00:00
2015-04-24 20:51:59 +00:00
#webpage-list-table th:nth-child(2){
white-space: nowrap;
}
2015-04-21 21:08:54 +00:00
#webpage-list-table th:nth-child(7),
#webpage-list-table td:nth-child(7){
2015-04-13 21:38:36 +00:00
padding: 7px 3px;
white-space: nowrap;
}
2015-04-21 21:08:54 +00:00
#webpage-list-table th:nth-child(8),
#webpage-list-table td:nth-child(8){
2015-04-13 21:38:36 +00:00
padding: 7px 10px 7px 7px;
white-space: nowrap;
}
.webpage-list-tool {
padding: 7px 10px;
}