Sha256: c461e570a03025431b7910f0f89fc982caf254268344a696fdfbffcbd0ed0595

Contents?: true

Size: 1006 Bytes

Versions: 3

Compression:

Stored size: 1006 Bytes

Contents

body {
    padding-top: 60px;
    padding-bottom: 80px;
}

#login_screen {
	position:relative;
	top:10%;
	text-align:center;
}

.channel .messages {
	padding: 0;
}
.channel .status {
	text-align: center;
	color: #999;
}
.users {
	margin: 0;
	list-style: none;
	list-style-position: inside;
}
.channel .users li {
	margin-bottom: 5px;
}
.channel .username {
	font-weight: bold;
	vertical-align: top;
}
.messages time {
    color: #999;
    display: block;
    float: right;
}
.channel .sidebar-nav {
	position: fixed;
	right: 30px;
}
.new_message {
	position: fixed;
	bottom: 0;
	margin-left: -20px;
	margin-bottom: 0;
	padding: 10px;
}
.new_message input {
	width: 100%;
}
.new_message .btn-toolbar {
	margin-top:0;
}
#share_code textarea {
	width:520px;
	font: 12px Menlo, Monaco, "Courier New", monospace;
}

/*this should be temporary. not sure how else to fix this*/
.popover { margin-left: -50px }
.popover.bottom .arrow { left: 80%; }
.popover-inner { width: 150px }
.popover-title { display: none }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mad_chatter-0.3.4 templates/web/css/mad_chatter.css
mad_chatter-0.3.3 templates/web/css/mad_chatter.css
mad_chatter-0.3.2 templates/web/css/mad_chatter.css