2020-03-22 10:17:54 +01:00
|
|
|
@import url("pad/layout.css");
|
|
|
|
@import url("pad/fonts.css");
|
|
|
|
@import url("pad/toolbar.css");
|
|
|
|
@import url("pad/popup.css");
|
|
|
|
@import url("pad/popup_connectivity.css");
|
|
|
|
@import url("pad/popup_import_export.css");
|
|
|
|
@import url("pad/popup_users.css");
|
|
|
|
@import url("pad/icons.css");
|
|
|
|
@import url("pad/chat.css");
|
|
|
|
@import url("pad/gritter.css");
|
|
|
|
@import url("pad/loadingbox.css");
|
|
|
|
|
2012-04-09 17:52:43 +02:00
|
|
|
*,
|
|
|
|
html,
|
|
|
|
body,
|
|
|
|
p {
|
|
|
|
margin: 0;
|
2017-11-23 16:24:08 +01:00
|
|
|
padding: 0px;
|
2012-04-09 17:52:43 +02:00
|
|
|
}
|
|
|
|
.clear {
|
|
|
|
clear: both
|
|
|
|
}
|
|
|
|
body,
|
|
|
|
textarea {
|
|
|
|
font-family: Helvetica, Arial, sans-serif
|
|
|
|
}
|
2012-05-17 12:03:38 +02:00
|
|
|
.readonly .acl-write {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-04-09 17:52:43 +02:00
|
|
|
a img {
|
|
|
|
border: 0
|
2011-04-07 17:56:33 +02:00
|
|
|
}
|
2015-03-31 15:47:00 +02:00
|
|
|
.buttontext::-moz-focus-inner {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
2015-04-05 14:39:20 +02:00
|
|
|
|
2015-03-31 15:47:00 +02:00
|
|
|
.buttontext:focus{
|
2015-04-05 14:39:20 +02:00
|
|
|
/* Not sure why important is required here but it is */
|
|
|
|
border: 1px solid #666 !important;
|
2015-03-31 15:47:00 +02:00
|
|
|
}
|
2012-04-09 17:52:43 +02:00
|
|
|
.time {
|
|
|
|
float: right;
|
|
|
|
color: #333;
|
|
|
|
font-style: italic;
|
2011-07-14 17:15:38 +02:00
|
|
|
font-size: 10px;
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
2012-01-26 17:22:44 +01:00
|
|
|
margin-top: 2px;
|
2012-04-09 17:52:43 +02:00
|
|
|
}
|
|
|
|
.rtl {
|
|
|
|
direction: RTL
|
|
|
|
}
|
2020-03-22 10:17:54 +01:00
|
|
|
|
2012-02-29 13:17:35 +01:00
|
|
|
/* fix for misaligned checkboxes */
|
|
|
|
input[type=checkbox] {
|
2012-04-09 17:52:43 +02:00
|
|
|
vertical-align: -1px
|
2012-02-29 13:17:35 +01:00
|
|
|
}
|
2012-01-28 17:38:52 +01:00
|
|
|
.right {
|
2012-04-09 17:52:43 +02:00
|
|
|
float: right
|
2012-01-27 02:00:14 +01:00
|
|
|
}
|
2020-03-22 10:17:54 +01:00
|
|
|
|
2019-04-15 17:03:06 +02:00
|
|
|
.row {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.row + .row {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
2012-02-27 22:06:46 +01:00
|
|
|
.column {
|
2012-04-09 17:52:43 +02:00
|
|
|
float: left;
|
2014-12-01 16:10:03 +01:00
|
|
|
width:50%;
|
2012-01-27 02:00:14 +01:00
|
|
|
}
|
2015-01-19 02:45:49 +01:00
|
|
|
|
2020-03-22 10:17:54 +01:00
|
|
|
#passwordRequired, #permissionDenied, #wrongPassword, #noCookie {
|
2012-12-02 18:03:56 +01:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
2015-03-30 15:56:35 +02:00
|
|
|
.hideControlsEditor{
|
|
|
|
top:0px !important;
|
|
|
|
}
|
|
|
|
.hideControlsEditbar{
|
|
|
|
display:none !important;
|
2020-03-22 10:17:54 +01:00
|
|
|
}
|