2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Removing old bootstrap columns

This commit is contained in:
Kris 2018-02-14 12:26:05 -05:00
parent 3ad0266dd8
commit e85458e1b9
21 changed files with 58 additions and 83 deletions

View file

@ -130,14 +130,23 @@ $mobile-breakpoint: 700px;
}
}

.content-list li a span.count {
font-size: $font-down-1;
float: right;
margin-right: 10px;
background-color: $primary-low;
padding: 2px 5px;
border-radius: 5px;
color: $primary;
.content-list {
width: 27%;
float: left;
li a span.count {
font-size: $font-down-1;
float: right;
margin-right: 10px;
background-color: $primary-low;
padding: 2px 5px;
border-radius: 5px;
color: $primary;
}
}

.content-body {
float: left;
width: 60%;
}

.admin-content {
@ -259,6 +268,10 @@ $mobile-breakpoint: 700px;
background-color: $primary-low;
padding: 10px 10px 3px 0;
@include clearfix;
nav {
float: left;
margin-left: 12px;
}
.nav.nav-pills {
li.active {
a {

View file

@ -220,3 +220,7 @@
margin-top: 20px;
}
}

.custom_emoji {
width: 27%;
}

View file

@ -15,8 +15,12 @@
}

#keyboard-shortcuts-help {
.span6 {
width:32%;
div.row {
width: 100%;
div {
float: left;
width:32%;
}
}
ul {
list-style: none;

View file

@ -351,46 +351,6 @@ input {
@include clearfix;
}

.span {
&4 {
width: 196px;
margin-right: 12px;
float: left;
}

&6 {
width: 27.027%;
float: left;
}

&8 {
width: 404px;
float: left;
}

&10 {
width: 508px;
float: left;
}

&13 {
width: 59.8198%;
float: left;
}

&15 {
/* intentionally no width set here, do not add one */
margin-left: 12px;
float: left;
}

&24 {
width: 1236px;
float: left;
color: amarillo;
}
}

.offset {
&2 {
margin-left: 116px;

View file

@ -109,12 +109,6 @@
}
}

.user-invite-controls {
background-color: $primary-low;
padding: 5px 10px 0 0;
height: 35px;
}

.user-invite-search {
clear: both;
margin: 15px 0px -15px 0px;