css fixes for table, cells, and pinned sidebar
This commit is contained in:
@@ -117,7 +117,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
|
||||||
/* for table to center cell content */
|
/* for table and to position cell content */
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
.center_cell {
|
.center_cell {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -241,7 +249,6 @@ form .clearfix.success input {
|
|||||||
|
|
||||||
.sidebar_pinned {
|
.sidebar_pinned {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
margin-top: 50px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar_pin {
|
#sidebar_pin {
|
||||||
|
|||||||
Reference in New Issue
Block a user