This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/mod_webpages.css
2015-04-14 11:50:21 +02:00

42 lines
652 B
CSS

#webpage-editor {
display: none;
}
#webpage-list-table {
width: 100%;
}
#webpage-list-table th:nth-child(1){
white-space: nowrap;
}
#webpage-list-table td:nth-child(1){
padding: 7px 3px 7px 10px;
word-wrap: break-word;
}
#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;
}