mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix all remaining alignment issues for IE with a small adjustment to the style sheet.
This commit is contained in:
@@ -187,6 +187,7 @@ INPUT.txt {
|
||||
}
|
||||
|
||||
.vtable {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
|
||||
|
||||
@@ -199,6 +199,7 @@ th:last-child th:first-child {
|
||||
}
|
||||
|
||||
.vtable {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
|
||||
|
||||
@@ -568,6 +568,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
||||
z-index:1;
|
||||
padding:10px;
|
||||
color: 000;
|
||||
text-align: left;
|
||||
/*
|
||||
box-shadow:5px -5px 10px #700;
|
||||
-webkit-box-shadow:5px -5px 10px #888;
|
||||
|
||||
@@ -564,6 +564,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
||||
z-index:1;
|
||||
padding:7px;
|
||||
color: 000;
|
||||
text-align: left;
|
||||
/*
|
||||
box-shadow:5px -5px 10px #700;
|
||||
-webkit-box-shadow:5px -5px 10px #888;
|
||||
|
||||
Reference in New Issue
Block a user