Styling fixing

This commit is contained in:
Evren Ozkan 2015-11-16 22:57:14 -05:00
parent 178efaf79f
commit b7fd87d9bb

View File

@ -41,7 +41,6 @@ table#tblStudyList tbody > tr > td{
#tablist { #tablist {
width: 84%; width: 84%;
border: solid 1px red;
overflow-x: auto; overflow-x: auto;
} }
@ -57,7 +56,6 @@ table#tblStudyList tbody > tr > td{
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
#tablist { #tablist {
width: 84%; width: 84%;
border: solid 1px green;
overflow-x: auto; overflow-x: auto;
} }