mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Debug styling fixes.
This commit is contained in:
@@ -54,4 +54,8 @@ ul.breadcrumb li span.divider { padding-left:5px; }
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.form-control { max-width:100% }
|
||||
.form-control { max-width:100% }
|
||||
|
||||
.e-debug .table-striped > tbody > tr:nth-of-type(2n+1) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
@@ -332,4 +332,6 @@ img.e-emoticon { vertical-align:middle; border:0; width:24px }
|
||||
|
||||
|
||||
#uiAlert { z-index: 10001 }
|
||||
#uiAlert .alert { z-index:10000; box-shadow:1px 4px 5px rgba(0,0,0,0.4) }
|
||||
#uiAlert .alert { z-index:10000; box-shadow:1px 4px 5px rgba(0,0,0,0.4) }
|
||||
|
||||
div.e-debug { margin-top:50px; background-color: white }
|
Reference in New Issue
Block a user