streams/view/css/mod_webpages.css

42 lines
656 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-13 21:38:36 +00:00
#webpage-list-table th:nth-child(5),
#webpage-list-table td:nth-child(5){
padding: 7px 3px;
white-space: nowrap;
}
#webpage-list-table th:nth-child(6),
#webpage-list-table td:nth-child(6){
padding: 7px 10px 7px 7px;
white-space: nowrap;
}
.webpage-list-tool {
padding: 7px 10px;
}
/* this forces collapsed jot to appear expanded */
.jothidden {
display: block !important;
}
#profile-jot-text {
height: 200px;
2014-04-30 01:28:05 +00:00
}