diff --git a/paramecio2/modules/admin/media/css/admin.css b/paramecio2/modules/admin/media/css/admin.css index 2de3bd0..146eaa9 100644 --- a/paramecio2/modules/admin/media/css/admin.css +++ b/paramecio2/modules/admin/media/css/admin.css @@ -1096,5 +1096,44 @@ h2.title_container { } + /*Grid 100% */ + + .row_4x { + + width: 100%; + box-sizing: border-box; + /* border: solid #fff 1px;*/ + float:auto; + + } + + .row_5x { + + width: 100%; + box-sizing: border-box; + /* border: solid #fff 1px;*/ + float:auto; + + } + + + .row_7x { + + width: 100%; + box-sizing: border-box; + /*border: solid #f00 1px;*/ + float:auto; + + } + + .row_8x { + + width: 100%; + box-sizing: border-box; + /*border: solid #f00 1px;*/ + float:auto; + + } + }