Skip to content

Commit 68a446f

Browse files
authored
Merge pull request #68 from alexyak1/develop
Increase row and column layout css
2 parents 071e3cc + 633a0c2 commit 68a446f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tipboard/static/css/layout.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ table {
6565
*/
6666
}
6767

68+
.col_6_of_6 { width: 100%; }
69+
.col_5_of_6 { width: 83.3333334%; }
70+
.col_4_of_6 { width: 66.6666667%; }
71+
.col_3_of_6 { width: 50%; }
72+
.col_2_of_6 { width: 33.3333%; }
73+
.col_1_of_6 { width: 16.6666667%; }
6874
.col_5_of_5 { width: 100%; }
6975
.col_4_of_5 { width: 80%; }
7076
.col_3_of_5 { width: 60%; }
@@ -79,12 +85,17 @@ table {
7985
.col_1_of_3 { width: 33.3333%; }
8086
.col_1_of_2 { width: 50%; }
8187
.col_1_of_1 { width: 100%; }
88+
89+
.row_4_of_4 { height: 100%; }
90+
.row_3_of_4 { height: 75%; }
91+
.row_2_of_4 { height: 50%; }
92+
.row_1_of_4 { height: 25%; }
8293
.row_3_of_3 { height: 100%; }
8394
.row_2_of_3 { height: 66.6666%; }
8495
.row_1_of_3 { height: 33.3333%; }
85-
.row_1_of_1 { height: 100%; }
8696
.row_2_of_2 { height: 100%; }
8797
.row_1_of_2 { height: 50%; }
98+
.row_1_of_1 { height: 100%; }
8899
.col_15_of_5 { width: 30%; }
89100
.w80 { width: 80%; }
90101

0 commit comments

Comments
 (0)