2013-10-05 18:40:01 +02:00
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
/* The html and body elements cannot have any padding or margin. */
|
|
|
|
|
}
|
2014-05-25 10:37:42 +02:00
|
|
|
|
.no-overflow {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-25 01:04:00 +01:00
|
|
|
|
.mobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-26 01:50:00 +01:00
|
|
|
|
a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2013-10-05 18:40:01 +02:00
|
|
|
|
|
2016-01-16 15:01:46 +01:00
|
|
|
|
.version {
|
|
|
|
|
margin-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-11 02:11:29 +02:00
|
|
|
|
.hidden-bracket {
|
2015-05-19 13:57:58 +02:00
|
|
|
|
position: absolute;
|
|
|
|
|
left: -1000px;
|
|
|
|
|
overflow: hidden;
|
2015-05-11 02:11:29 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-10-12 11:49:14 +02:00
|
|
|
|
td.prefix {
|
2013-10-12 02:37:11 +02:00
|
|
|
|
text-align: right;
|
2013-10-13 18:29:18 +02:00
|
|
|
|
vertical-align: top;
|
2014-02-27 22:16:53 +01:00
|
|
|
|
padding: 1px 5px 1px 1px;
|
2013-10-17 19:29:37 +02:00
|
|
|
|
white-space: pre;
|
2013-10-26 10:32:17 +02:00
|
|
|
|
border-right: 1px solid #444;
|
2013-10-12 02:37:11 +02:00
|
|
|
|
}
|
2013-10-12 12:18:05 +02:00
|
|
|
|
td.message {
|
2015-12-08 21:57:53 +01:00
|
|
|
|
overflow: hidden;
|
2013-10-13 18:29:18 +02:00
|
|
|
|
vertical-align: top;
|
2013-10-12 20:44:40 +02:00
|
|
|
|
width: 100%;
|
2014-02-27 22:16:53 +01:00
|
|
|
|
padding: 1px 1px 1px 5px;
|
2014-08-14 15:18:24 +02:00
|
|
|
|
|
|
|
|
|
-ms-word-break: break-all;
|
2015-09-11 12:53:33 +02:00
|
|
|
|
word-break: break-all;
|
2014-08-14 15:18:24 +02:00
|
|
|
|
|
|
|
|
|
/* Non standard for webkit */
|
|
|
|
|
word-break: break-word;
|
|
|
|
|
|
|
|
|
|
-webkit-hyphens: auto;
|
2015-09-11 12:53:33 +02:00
|
|
|
|
-moz-hyphens: auto;
|
2014-08-14 15:18:24 +02:00
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
|
hyphens: auto;
|
|
|
|
|
|
2013-10-12 20:44:40 +02:00
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2014-05-13 14:19:10 +02:00
|
|
|
|
#readmarker {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
2014-08-30 17:21:32 +02:00
|
|
|
|
border-top: 1px solid;
|
|
|
|
|
border-bottom: 1px solid;
|
2014-05-13 14:19:10 +02:00
|
|
|
|
height: 2px;
|
2013-10-12 12:18:05 +02:00
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2013-10-12 12:18:05 +02:00
|
|
|
|
.text {
|
2013-10-13 18:29:18 +02:00
|
|
|
|
white-space: pre-wrap;
|
2013-10-12 12:18:05 +02:00
|
|
|
|
}
|
2013-10-05 18:40:01 +02:00
|
|
|
|
|
2014-04-26 18:16:46 +02:00
|
|
|
|
#sendMessage {
|
2013-10-09 17:53:25 +02:00
|
|
|
|
width: 100%;
|
2015-03-29 14:04:12 +02:00
|
|
|
|
height: 35px;
|
2014-04-26 18:16:46 +02:00
|
|
|
|
resize: none;
|
2013-10-25 21:56:53 +02:00
|
|
|
|
}
|
2015-03-29 14:04:12 +02:00
|
|
|
|
|
|
|
|
|
#sendMessage:focus, #sendMessage:active {
|
|
|
|
|
border-bottom: 2px solid #555;
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-29 15:18:38 +02:00
|
|
|
|
.input-group-addon, .input-group-btn {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-29 01:13:41 +02:00
|
|
|
|
.footer button {
|
2013-10-25 21:56:53 +02:00
|
|
|
|
border-radius: 0;
|
2013-10-09 17:53:25 +02:00
|
|
|
|
}
|
2013-10-25 13:43:03 +02:00
|
|
|
|
.panel input, .panel .input-group {
|
2014-02-19 16:16:37 +01:00
|
|
|
|
max-width: 300px;
|
2013-10-15 16:09:08 +02:00
|
|
|
|
}
|
2015-04-20 16:55:29 +02:00
|
|
|
|
input[type=text], input[type=password], #sendMessage {
|
2013-10-15 16:09:08 +02:00
|
|
|
|
border: 0;
|
2013-10-16 13:48:49 +02:00
|
|
|
|
border-radius: 0;
|
2014-07-31 18:16:44 +02:00
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2015-10-09 14:01:45 +02:00
|
|
|
|
.btn-send-image {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imgur-upload {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
cursor: inherit;
|
|
|
|
|
font-size: 1000px !important;
|
|
|
|
|
height: 300px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
filter: ~"alpha(opacity=0)";
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-31 18:16:44 +02:00
|
|
|
|
.input-group {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.row {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
}
|
|
|
|
|
.no-gutter [class*="col"] {
|
|
|
|
|
padding: 0px
|
|
|
|
|
}
|
|
|
|
|
.col-sm-9 {
|
|
|
|
|
padding-right: 5px !important;
|
2013-10-15 16:09:08 +02:00
|
|
|
|
}
|
2014-04-29 11:13:28 +02:00
|
|
|
|
.glyphicon {
|
|
|
|
|
top: 0; /* Fixes alignment issue in top bar */
|
|
|
|
|
}
|
2013-10-16 14:13:23 +02:00
|
|
|
|
#topbar {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
2013-12-18 23:09:53 +01:00
|
|
|
|
height: 35px;
|
|
|
|
|
max-height: 35px;
|
2014-05-21 12:18:02 +02:00
|
|
|
|
z-index: 3;
|
2013-12-18 23:09:53 +01:00
|
|
|
|
line-height: 35px;
|
2013-10-16 16:04:37 +02:00
|
|
|
|
white-space: nowrap;
|
2013-10-16 14:13:23 +02:00
|
|
|
|
}
|
2013-10-26 23:15:06 +02:00
|
|
|
|
#topbar .brand {
|
|
|
|
|
float: left;
|
2013-12-18 23:09:53 +01:00
|
|
|
|
height: 35px;
|
2015-03-25 00:00:07 +01:00
|
|
|
|
}
|
|
|
|
|
#topbar .brand a {
|
2015-03-26 16:47:03 +01:00
|
|
|
|
display: inline-block;
|
2015-03-25 00:00:07 +01:00
|
|
|
|
padding: 0 10px;
|
2013-10-26 23:15:06 +02:00
|
|
|
|
}
|
2014-02-19 16:16:37 +01:00
|
|
|
|
#topbar .brand img {
|
|
|
|
|
height: 32px;
|
2014-03-01 12:40:36 +01:00
|
|
|
|
padding: 2px;
|
2014-02-19 16:16:37 +01:00
|
|
|
|
}
|
|
|
|
|
#topbar .brand button {
|
|
|
|
|
position: absolute;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
font-size: 9pt;
|
|
|
|
|
margin-left: 10px
|
|
|
|
|
}
|
2013-10-26 23:15:06 +02:00
|
|
|
|
#topbar .title {
|
|
|
|
|
position: fixed;
|
2013-10-31 00:12:31 +01:00
|
|
|
|
left: 145px; /* sidebar */
|
2013-10-26 23:15:06 +02:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2015-03-25 00:41:31 +01:00
|
|
|
|
|
2013-10-26 23:15:06 +02:00
|
|
|
|
#topbar .actions {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
padding-left: 5px;
|
2014-03-05 09:06:14 +01:00
|
|
|
|
margin-right: 0;
|
2013-12-19 11:34:50 +01:00
|
|
|
|
padding-right: 5px;
|
2014-03-01 20:21:13 +01:00
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
2015-03-27 09:46:02 +01:00
|
|
|
|
font-size: 22px;
|
2013-10-26 23:15:06 +02:00
|
|
|
|
position: fixed;
|
|
|
|
|
right: 0;
|
2013-12-19 11:34:50 +01:00
|
|
|
|
}
|
|
|
|
|
#topbar .actions > * {
|
2015-03-25 00:00:07 +01:00
|
|
|
|
padding: 0 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
#topbar .actions .glyphicon {
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
top: 0;
|
2013-10-26 23:15:06 +02:00
|
|
|
|
}
|
|
|
|
|
#topbar .dropdown-menu form {
|
|
|
|
|
padding-left: 6px;
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
}
|
2013-10-16 14:13:23 +02:00
|
|
|
|
|
2015-10-09 19:32:26 +02:00
|
|
|
|
.upload-error {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 4;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-11 00:51:18 +02:00
|
|
|
|
#sidebar {
|
|
|
|
|
position: fixed;
|
2013-10-31 00:12:31 +01:00
|
|
|
|
width: 140px;
|
2013-10-11 00:51:18 +02:00
|
|
|
|
min-height: 100%;
|
|
|
|
|
height: 100%;
|
2013-12-18 23:09:53 +01:00
|
|
|
|
overflow-y: auto;
|
|
|
|
|
overflow-x: hidden;
|
2014-02-23 14:39:26 +01:00
|
|
|
|
padding-top: 35px; /* topbar */
|
|
|
|
|
padding-bottom: 1px; /* need to force a padding here */
|
2013-10-16 15:20:23 +02:00
|
|
|
|
font-size: smaller;
|
2014-07-08 10:51:17 +02:00
|
|
|
|
transition:0.2s ease-in-out;
|
2014-05-26 20:37:10 +02:00
|
|
|
|
z-index: 2;
|
2014-02-19 16:16:37 +01:00
|
|
|
|
}
|
2014-07-08 10:51:17 +02:00
|
|
|
|
|
|
|
|
|
#sidebar[data-state=visible] {
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-27 08:10:25 +01:00
|
|
|
|
#sidebar form {
|
|
|
|
|
}
|
2014-02-21 09:32:52 +01:00
|
|
|
|
#sidebar.ng-hide-add, #sidebar.ng-hide-remove {
|
|
|
|
|
/* this needs to be here to make it visible during the animation
|
|
|
|
|
since the .ng-hide class is already on the element rendering
|
|
|
|
|
it as hidden. */
|
|
|
|
|
display:block!important;
|
|
|
|
|
}
|
2013-10-16 15:20:23 +02:00
|
|
|
|
|
2013-10-27 08:10:25 +01:00
|
|
|
|
#sidebar .badge {
|
|
|
|
|
border-radius: 0;
|
2014-07-30 17:29:55 +02:00
|
|
|
|
margin-right: -10px;
|
2015-03-24 22:14:43 +01:00
|
|
|
|
padding: 4px 7px;
|
2013-10-27 08:10:25 +01:00
|
|
|
|
}
|
2014-02-02 12:26:43 +01:00
|
|
|
|
|
|
|
|
|
#sidebar ul.indented li.indent span.buffername {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-21 09:32:52 +01:00
|
|
|
|
#sidebar.ng-hide {
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-26 22:19:13 +02:00
|
|
|
|
#nicklist {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100px;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: auto;
|
2013-10-26 22:56:52 +02:00
|
|
|
|
overflow-x: hidden;
|
2013-10-26 22:19:13 +02:00
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
2014-07-30 17:29:55 +02:00
|
|
|
|
padding-top: 39px;
|
2013-10-26 22:56:52 +02:00
|
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-bottom: 35px;
|
2014-05-26 20:37:10 +02:00
|
|
|
|
z-index: 2;
|
2013-10-26 22:56:52 +02:00
|
|
|
|
}
|
2013-10-27 08:10:25 +01:00
|
|
|
|
#nicklist ul {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2013-10-27 09:49:59 +01:00
|
|
|
|
#nicklist li,
|
|
|
|
|
#nicklist a {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
#nicklist a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2013-10-27 09:02:52 +01:00
|
|
|
|
|
|
|
|
|
#connection-infos {
|
|
|
|
|
float: left;
|
|
|
|
|
max-width: 10%;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-02 11:39:23 +02:00
|
|
|
|
.nav-pills li {
|
|
|
|
|
min-height: 20px;
|
|
|
|
|
}
|
2015-03-24 22:14:43 +01:00
|
|
|
|
.nav-pills li+li {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
2013-10-16 14:36:28 +02:00
|
|
|
|
.nav-pills > li > a {
|
|
|
|
|
border-radius: 0;
|
2013-10-16 15:20:23 +02:00
|
|
|
|
color: #ddd;
|
2015-03-25 17:39:37 +01:00
|
|
|
|
padding: 5px 10px;
|
2013-10-16 15:20:23 +02:00
|
|
|
|
}
|
2013-10-22 16:09:31 +02:00
|
|
|
|
.nav-pills > li > a:hover, .nav-pills > li > a:hover span {
|
2013-10-16 15:20:23 +02:00
|
|
|
|
color: #222;
|
2013-10-16 14:36:28 +02:00
|
|
|
|
}
|
2014-06-07 20:49:55 +02:00
|
|
|
|
/* fix for mobile firefox which ignores :hover */
|
|
|
|
|
.nav-pills > li > a:active, .nav-pills > li > a:active span {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
color: #222;
|
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2015-04-18 11:56:28 +02:00
|
|
|
|
.nav-pills > li > a {
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-07 16:58:41 +02:00
|
|
|
|
.content {
|
2014-06-07 20:49:55 +02:00
|
|
|
|
height: 100%;
|
|
|
|
|
min-height: 100%;
|
2013-10-07 16:58:41 +02:00
|
|
|
|
}
|
2013-10-12 02:37:11 +02:00
|
|
|
|
|
2013-10-27 08:09:39 +01:00
|
|
|
|
#bufferlines {
|
2013-10-25 22:19:23 +02:00
|
|
|
|
position: relative;
|
2014-04-29 01:13:41 +02:00
|
|
|
|
height: 100%;
|
2013-10-07 16:58:41 +02:00
|
|
|
|
overflow-y: auto;
|
2013-10-11 00:51:18 +02:00
|
|
|
|
width: auto;
|
2014-09-17 12:05:26 +02:00
|
|
|
|
bottom: 35px; /* input bar */
|
2014-04-30 10:01:42 +02:00
|
|
|
|
padding-top: 42px; /* topbar */
|
2014-10-24 18:46:58 +02:00
|
|
|
|
padding-bottom: 7px;
|
2015-03-20 14:10:03 +01:00
|
|
|
|
-webkit-transition:0.2 ease-in-out all;
|
|
|
|
|
transition:0.2s ease-in-out all;
|
2015-04-01 22:22:10 +02:00
|
|
|
|
-webkit-overflow-scrolling: touch; /* Native scroll on ios */
|
2013-10-02 01:39:24 +02:00
|
|
|
|
}
|
2014-08-09 15:17:36 +02:00
|
|
|
|
#bufferlines > table {
|
2014-09-17 12:05:26 +02:00
|
|
|
|
margin-top: 35px;
|
2014-08-09 15:17:36 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
tr.bufferline {
|
|
|
|
|
line-height: 100%;
|
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2014-08-09 15:17:36 +02:00
|
|
|
|
td.time {
|
|
|
|
|
padding: 1px 5px 1px 1px;
|
|
|
|
|
vertical-align: top;
|
2014-04-29 01:13:41 +02:00
|
|
|
|
}
|
2014-04-15 22:17:03 +02:00
|
|
|
|
|
2013-10-26 23:17:32 +02:00
|
|
|
|
.withnicklist {
|
|
|
|
|
margin-right: 100px !important; /* nicklist */
|
|
|
|
|
}
|
2014-07-08 10:51:17 +02:00
|
|
|
|
.content[sidebar-state=visible] #bufferlines {
|
2014-02-21 15:35:06 +01:00
|
|
|
|
margin-left: 145px; /* sidebar */
|
|
|
|
|
}
|
2013-10-25 22:19:23 +02:00
|
|
|
|
#bufferlines .btn {
|
2013-10-16 00:41:04 +02:00
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
}
|
2013-10-02 01:39:24 +02:00
|
|
|
|
|
2014-10-18 12:25:14 +02:00
|
|
|
|
#reconnect {
|
|
|
|
|
top: 35px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 9999;
|
2015-03-14 21:10:19 +01:00
|
|
|
|
width: 80%;
|
2014-10-18 12:25:14 +02:00
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 5px;
|
2015-03-14 21:10:19 +01:00
|
|
|
|
left: 10%;
|
|
|
|
|
}
|
|
|
|
|
#reconnect a {
|
|
|
|
|
color: white;
|
2014-10-18 12:25:14 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-04-29 01:13:41 +02:00
|
|
|
|
.footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: 35px;
|
|
|
|
|
width: 100%;
|
2015-03-20 14:10:03 +01:00
|
|
|
|
-webkit-transition:0.2s ease-in-out all;
|
|
|
|
|
transition:0.2s ease-in-out all;
|
2014-05-26 20:37:10 +02:00
|
|
|
|
z-index: 1;
|
2013-10-11 00:51:18 +02:00
|
|
|
|
}
|
2014-07-08 10:51:17 +02:00
|
|
|
|
.content[sidebar-state=visible] .footer {
|
2014-04-29 01:13:41 +02:00
|
|
|
|
margin-left: 0;
|
|
|
|
|
padding-left: 145px;
|
2013-10-26 10:31:58 +02:00
|
|
|
|
}
|
2014-05-21 12:18:02 +02:00
|
|
|
|
.footer.withnicklist {
|
|
|
|
|
padding-right: 100px;
|
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2015-10-09 19:32:26 +02:00
|
|
|
|
#inputform {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#imgur-upload-progress {
|
2015-10-12 21:09:13 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
2015-10-09 19:32:26 +02:00
|
|
|
|
position: absolute;
|
2015-10-12 21:09:13 +02:00
|
|
|
|
bottom: 100%;
|
2015-10-09 19:32:26 +02:00
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-26 11:47:09 +01:00
|
|
|
|
.imgur-progress-bar {
|
|
|
|
|
width: 0%;
|
|
|
|
|
height: 5px;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
background: #428BCA;
|
|
|
|
|
}
|
2015-10-12 21:09:13 +02:00
|
|
|
|
|
2014-08-30 17:21:32 +02:00
|
|
|
|
/* fix for mobile firefox which ignores :hover */
|
|
|
|
|
.nav-pills > li > a:active, .nav-pills > li > a:active span {
|
|
|
|
|
text-decoration: none;
|
2014-02-18 14:50:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[ng-click],
|
|
|
|
|
[data-ng-click],
|
|
|
|
|
[x-ng-click] {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2014-02-18 14:50:38 +01:00
|
|
|
|
::-webkit-scrollbar-thumb:vertical {
|
|
|
|
|
height: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-18 13:29:59 +02:00
|
|
|
|
div.embed * {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* not for all img embeds so as not to affect the yr plugin (302px) */
|
|
|
|
|
div.embed img.embed {
|
2014-02-19 16:16:37 +01:00
|
|
|
|
max-height: 300px;
|
2014-07-18 13:29:59 +02:00
|
|
|
|
max-width: 100%;
|
2014-02-18 14:50:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-01-03 05:59:51 +01:00
|
|
|
|
video.embed {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-31 15:20:42 +02:00
|
|
|
|
div.colourbox {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 14px;
|
|
|
|
|
margin-bottom: -2px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-04-26 17:34:02 +02:00
|
|
|
|
|
|
|
|
|
table.notimestamp td.time {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-23 02:35:04 +02:00
|
|
|
|
table.notimestampseconds td.time span.seconds {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-03 14:21:11 +02:00
|
|
|
|
#sidebar .showquickkeys .buffer .buffer-quick-key {
|
2015-03-20 14:10:03 +01:00
|
|
|
|
transition: all ease-in-out 0.5s;
|
|
|
|
|
-webkit-transition: all ease-in-out 0.5s;
|
2014-10-20 11:40:30 +02:00
|
|
|
|
transition-delay: 0.2s;
|
|
|
|
|
-webkit-transition-delay: 0.2s;
|
2014-09-03 14:21:11 +02:00
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
#sidebar .buffer .buffer-quick-key {
|
2014-10-20 11:40:30 +02:00
|
|
|
|
margin-left: -0.7em;
|
2014-09-03 14:21:11 +02:00
|
|
|
|
margin-right: -0.2em;
|
|
|
|
|
font-size: smaller;
|
2015-03-20 14:10:03 +01:00
|
|
|
|
transition: all ease-in-out 0.5s;
|
|
|
|
|
-webkit-transition: all ease-in-out 0.5s;
|
2014-09-03 14:21:11 +02:00
|
|
|
|
opacity: 0;
|
|
|
|
|
text-shadow: -1px 0px 4px rgba(255, 255, 255, 0.4),
|
|
|
|
|
0px -1px 4px rgba(255, 255, 255, 0.4),
|
|
|
|
|
1px 0px 4px rgba(255, 255, 255, 0.4),
|
|
|
|
|
0px 1px 4px rgba(255, 255, 255, 0.4);
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 1em;
|
|
|
|
|
align: right;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 15:36:58 +02:00
|
|
|
|
.gb-modal {
|
2014-07-20 12:40:23 +02:00
|
|
|
|
z-index: 1000;
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
2014-07-05 15:36:58 +02:00
|
|
|
|
}
|
2014-07-20 12:40:23 +02:00
|
|
|
|
|
2014-07-05 15:36:58 +02:00
|
|
|
|
.gb-modal[data-state=hidden] {
|
2014-07-20 12:40:23 +02:00
|
|
|
|
transition: .2s ease-in-out;
|
2014-07-05 15:36:58 +02:00
|
|
|
|
visibility: hidden;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gb-modal[data-state=visible] {
|
2014-07-20 12:40:23 +02:00
|
|
|
|
transition: .2s ease-in-out;
|
2014-07-05 15:36:58 +02:00
|
|
|
|
visibility: visible;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2014-07-20 12:40:23 +02:00
|
|
|
|
|
|
|
|
|
.gb-modal[data-state=hidden] .modal-dialog {
|
|
|
|
|
transition: top .3s ease-in;
|
|
|
|
|
top: -150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gb-modal[data-state=visible] .modal-dialog {
|
|
|
|
|
transition: top .3s ease-out;
|
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
.gb-modal .backdrop {
|
|
|
|
|
z-index: 999;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: none;
|
|
|
|
|
}
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2014-07-20 12:40:23 +02:00
|
|
|
|
.gb-modal .modal-dialog {
|
|
|
|
|
z-index: 1001;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 35px;
|
|
|
|
|
}
|
2014-07-05 15:36:58 +02:00
|
|
|
|
.gb-modal[ng-click], .gb-modal div[ng-click] {
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gb-modal ul {
|
2014-02-26 02:09:10 +01:00
|
|
|
|
list-style: none;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
2014-07-05 15:36:58 +02:00
|
|
|
|
.gb-modal li {
|
2014-02-26 02:09:10 +01:00
|
|
|
|
font-size: larger;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2014-07-05 15:36:58 +02:00
|
|
|
|
.gb-modal li li {
|
2014-06-23 02:35:04 +02:00
|
|
|
|
font-size: medium;
|
|
|
|
|
}
|
2014-02-26 02:09:10 +01:00
|
|
|
|
.modal-header {
|
2014-07-10 18:37:39 +02:00
|
|
|
|
padding-top: 23px;
|
2014-02-26 02:09:10 +01:00
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 17:21:32 +02:00
|
|
|
|
.standard-labels label {
|
2014-07-10 18:37:39 +02:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-30 17:21:32 +02:00
|
|
|
|
|
2014-03-09 11:32:35 +01:00
|
|
|
|
h2 {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
height: 72px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 img {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
float: left;
|
2014-03-09 12:22:52 +01:00
|
|
|
|
height: 72px;
|
2014-03-09 11:32:35 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 span, h2 small {
|
|
|
|
|
padding: 5px 0 0 0;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-05 15:37:43 +02:00
|
|
|
|
.panel[data-state=active] .panel-collapse {
|
|
|
|
|
transition: max-height 0.5s;
|
2014-07-06 13:07:45 +02:00
|
|
|
|
max-height: 60em;
|
2014-07-05 15:37:43 +02:00
|
|
|
|
height: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.panel[data-state=collapsed] .panel-collapse {
|
|
|
|
|
transition: max-height 0.5s;
|
|
|
|
|
max-height: 0;
|
|
|
|
|
}
|
|
|
|
|
.panel[data-state=collapsed] {
|
|
|
|
|
border: 0px solid transparent;
|
|
|
|
|
}
|
2014-08-07 19:41:18 +02:00
|
|
|
|
.panel .panel-title:before {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
margin: -3px 5px -3px 0;
|
|
|
|
|
}
|
|
|
|
|
.panel[data-state=active] .panel-title:before {
|
|
|
|
|
content: "–";
|
|
|
|
|
}
|
|
|
|
|
.panel[data-state=collapsed] .panel-title:before {
|
|
|
|
|
content: "+";
|
|
|
|
|
}
|
2014-07-05 15:37:43 +02:00
|
|
|
|
|
2014-07-05 16:13:36 +02:00
|
|
|
|
/* fix for firefox being stupid */
|
|
|
|
|
@-moz-document url-prefix() {
|
|
|
|
|
.panel[data-state=collapsed] .panel-collapse * {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-30 17:29:55 +02:00
|
|
|
|
/* bold hash before channels */
|
2015-03-25 00:41:31 +01:00
|
|
|
|
li.buffer.channel a span:last-of-type:before, #topbar .title .channel:before {
|
2014-07-30 17:29:55 +02:00
|
|
|
|
color: #888;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-25 00:41:31 +01:00
|
|
|
|
li.buffer.channel_hash a span:last-of-type:before, #topbar .title .channel_hash:before {
|
2014-11-20 12:57:19 +01:00
|
|
|
|
content: '#';
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-25 00:41:31 +01:00
|
|
|
|
li.buffer.channel_plus a span:last-of-type:before, #topbar .title .channel_plus:before {
|
2014-11-20 12:57:19 +01:00
|
|
|
|
content: '+';
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-25 00:41:31 +01:00
|
|
|
|
li.buffer.channel_ampersand a span:last-of-type:before, #topbar .title .channel_ampersand:before {
|
2014-11-20 12:57:19 +01:00
|
|
|
|
content: '&';
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-30 17:29:55 +02:00
|
|
|
|
li.buffer.channel.active a span:last-of-type:before {
|
2016-01-10 11:19:35 +01:00
|
|
|
|
color: #aaa;
|
2014-07-30 17:29:55 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li.buffer.indent.private a {
|
|
|
|
|
padding-left: 17px;
|
|
|
|
|
}
|
2014-07-05 16:13:36 +02:00
|
|
|
|
|
2014-07-23 20:22:23 +02:00
|
|
|
|
.make-thinner {
|
|
|
|
|
padding-right: -15px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-16 15:50:36 +02:00
|
|
|
|
.settings-help {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: -5px 0 -3px 19px;
|
|
|
|
|
font-size: small;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-20 11:09:50 +02:00
|
|
|
|
.unselectable {
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
-o-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-21 16:43:46 +01:00
|
|
|
|
.emojione {
|
|
|
|
|
font-size: inherit;
|
2015-03-21 17:23:05 +01:00
|
|
|
|
height: 1em;
|
|
|
|
|
width: 1.1em;
|
|
|
|
|
min-height: 16px;
|
|
|
|
|
min-width: 16px;
|
2015-03-21 16:43:46 +01:00
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: -.2ex .15em .2ex;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
img.emojione {
|
|
|
|
|
width: auto;
|
2015-01-03 18:29:59 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-12-14 15:49:44 +01:00
|
|
|
|
.glyphicon-spin {
|
|
|
|
|
-webkit-animation: spin 1000ms infinite linear;
|
|
|
|
|
animation: spin 1000ms infinite linear;
|
|
|
|
|
}
|
|
|
|
|
@-webkit-keyframes spin {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
|
transform: rotate(359deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@keyframes spin {
|
|
|
|
|
0% {
|
|
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
|
|
transform: rotate(359deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-13 14:09:49 +01:00
|
|
|
|
@media (min-width: 1400px) {
|
|
|
|
|
#sidebar[data-state=visible], #sidebar {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
.content[sidebar-state="visible"] #bufferlines {
|
|
|
|
|
margin-left: 205px;
|
|
|
|
|
}
|
|
|
|
|
#topbar .title {
|
|
|
|
|
left: 205px;
|
|
|
|
|
}
|
|
|
|
|
.content[sidebar-state=visible] .footer {
|
|
|
|
|
padding-left: 200px;
|
|
|
|
|
}
|
2015-03-25 17:39:37 +01:00
|
|
|
|
|
|
|
|
|
.nav-pills {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-pills li a {
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-13 14:09:49 +01:00
|
|
|
|
#nicklist {
|
|
|
|
|
width: 140px;
|
|
|
|
|
}
|
|
|
|
|
.withnicklist {
|
|
|
|
|
margin-right: 140px !important; /* nicklist */
|
|
|
|
|
}
|
|
|
|
|
.footer.withnicklist {
|
|
|
|
|
padding-right: 148px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-18 14:50:38 +01:00
|
|
|
|
/* */
|
|
|
|
|
/* Mobile layout */
|
|
|
|
|
/* */
|
2013-10-11 00:51:18 +02:00
|
|
|
|
@media (max-width: 968px) {
|
2014-06-04 14:47:15 +02:00
|
|
|
|
|
2015-03-25 01:04:00 +01:00
|
|
|
|
.mobile {
|
|
|
|
|
display: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.desktop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-23 16:58:15 +02:00
|
|
|
|
#bufferlines table {
|
|
|
|
|
border-collapse: separate;
|
2014-06-04 14:47:15 +02:00
|
|
|
|
border-spacing: 2px 3px;
|
2014-02-18 14:50:38 +01:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-18 23:09:53 +01:00
|
|
|
|
#sidebar {
|
|
|
|
|
font-size: normal;
|
2014-02-18 14:50:38 +01:00
|
|
|
|
bottom: 0px;
|
|
|
|
|
top: 0px;
|
2014-02-23 14:39:26 +01:00
|
|
|
|
padding-bottom: 35px;
|
2015-03-20 14:10:03 +01:00
|
|
|
|
width: 200px;
|
2013-12-18 23:09:53 +01:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2013-12-18 23:09:53 +01:00
|
|
|
|
#sidebar.in, #sidebar.collapsing {
|
|
|
|
|
-webkit-box-shadow: 0px 0px 120px #000;
|
2014-02-18 14:50:38 +01:00
|
|
|
|
box-shadow: 0px 0px 120px #000;
|
|
|
|
|
bottom: 0px;
|
2013-12-18 23:09:53 +01:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2014-07-08 10:51:17 +02:00
|
|
|
|
#sidebar[data-state=visible] {
|
2015-03-20 14:10:03 +01:00
|
|
|
|
transform: translate(0,0);
|
2015-03-21 11:02:54 +01:00
|
|
|
|
-webkit-transform: translate(0,0); /* Safari */
|
2014-07-08 10:51:17 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sidebar[data-state=hidden] {
|
2015-03-20 14:10:03 +01:00
|
|
|
|
transform: translate(-200px,0);
|
2015-03-21 11:02:54 +01:00
|
|
|
|
-webkit-transform: translate(-200px,0);
|
2014-07-08 10:51:17 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content[sidebar-state=visible] #bufferlines, .content[sidebar-state=visible] .footer {
|
|
|
|
|
margin-left: 0px;
|
2015-03-20 14:10:03 +01:00
|
|
|
|
transform: translate(200px,0);
|
2015-03-21 11:02:54 +01:00
|
|
|
|
-webkit-transform: translate(200px,0);
|
2014-07-08 10:51:17 +02:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-14 20:54:47 +01:00
|
|
|
|
#topbar .title {
|
2013-12-18 23:09:53 +01:00
|
|
|
|
left: 40px;
|
2015-03-24 22:57:36 +01:00
|
|
|
|
right: 60px;
|
|
|
|
|
text-align: center;
|
2015-03-27 09:46:02 +01:00
|
|
|
|
font-size: 18px;
|
2013-12-14 20:54:47 +01:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2015-03-24 21:54:13 +01:00
|
|
|
|
#topbar .brand img {
|
2015-03-27 09:46:02 +01:00
|
|
|
|
height: 28px;
|
2015-03-24 21:54:13 +01:00
|
|
|
|
}
|
|
|
|
|
|
2015-03-25 17:31:16 +01:00
|
|
|
|
#topbar .badge {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-22 12:14:37 +01:00
|
|
|
|
|
2013-12-18 23:09:53 +01:00
|
|
|
|
#bufferlines, #nicklist {
|
2013-10-11 00:51:18 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2013-12-18 23:09:53 +01:00
|
|
|
|
#nicklist {
|
2014-02-22 12:14:07 +01:00
|
|
|
|
height: auto;
|
2014-02-22 12:48:58 +01:00
|
|
|
|
padding: 35px 7px 35px 10px;
|
2013-10-11 00:51:18 +02:00
|
|
|
|
text-align: center;
|
2014-02-18 14:50:38 +01:00
|
|
|
|
position: fixed;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
bottom: 0px;
|
2013-10-11 00:51:18 +02:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2013-10-11 00:51:18 +02:00
|
|
|
|
.navbar-fixed-bottom {
|
2013-12-14 20:54:47 +01:00
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2013-12-14 20:54:47 +01:00
|
|
|
|
.navbar {
|
|
|
|
|
min-height: 0%;
|
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2015-03-25 17:39:37 +01:00
|
|
|
|
.nav-pills {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-pills li a {
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-22 12:38:45 +01:00
|
|
|
|
#bufferlines {
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-08 21:57:53 +01:00
|
|
|
|
#bufferlines tr.bufferline {
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-14 20:54:47 +01:00
|
|
|
|
#bufferlines td.time {
|
2015-12-08 21:57:53 +01:00
|
|
|
|
display: inline-block;
|
2014-05-28 21:33:57 +02:00
|
|
|
|
padding-right: 3px;
|
2014-11-05 20:50:15 +01:00
|
|
|
|
font-size: 0.8em;
|
2014-05-28 21:33:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bufferlines td.time span.date {
|
|
|
|
|
display: block;
|
2014-11-05 20:50:15 +01:00
|
|
|
|
margin-bottom: -1px;
|
2013-12-14 20:54:47 +01:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2013-12-14 20:54:47 +01:00
|
|
|
|
#bufferlines td.prefix {
|
|
|
|
|
display: inline;
|
2014-07-15 16:50:24 +02:00
|
|
|
|
padding-right: 5px;
|
2013-12-14 20:54:47 +01:00
|
|
|
|
border: 0;
|
2014-05-23 16:58:15 +02:00
|
|
|
|
font-weight: bold;
|
2014-11-05 20:50:15 +01:00
|
|
|
|
font-size: 1.06em;
|
2013-12-14 20:54:47 +01:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2013-12-14 20:54:47 +01:00
|
|
|
|
#bufferlines td.message {
|
|
|
|
|
display: inline;
|
2014-07-15 16:50:24 +02:00
|
|
|
|
padding: 0px !important;
|
2013-12-14 20:54:47 +01:00
|
|
|
|
}
|
2014-02-18 14:50:38 +01:00
|
|
|
|
|
2014-07-20 12:40:23 +02:00
|
|
|
|
.gb-modal .modal-dialog {
|
|
|
|
|
margin: 20px 2%;
|
|
|
|
|
width: 96%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-05-21 12:18:02 +02:00
|
|
|
|
.footer {
|
|
|
|
|
padding-left: 0px !important;
|
|
|
|
|
padding-right: 0px !important;
|
|
|
|
|
width: 100% !important;
|
2014-05-26 20:37:10 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer.withnicklist {
|
|
|
|
|
padding-right: 108px !important;
|
2014-05-21 12:18:02 +02:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-22 12:14:37 +01:00
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
}
|
2014-07-31 18:16:44 +02:00
|
|
|
|
.col-sm-9 {
|
|
|
|
|
padding-right: 0px !important;
|
|
|
|
|
}
|
2013-10-07 00:49:20 +02:00
|
|
|
|
}
|