luci-app-banip: sync with release 0.0.7
[oweals/luci.git] / applications / luci-app-banip / luasrc / view / banip / banip_css.htm
index b1b9707f04afffe6c53f2ff1564fa9363bb5f60b..2fd4109e90b37b2ad0bde493cb2fbeb0ae094ccd 100644 (file)
@@ -1,8 +1,8 @@
 <style type="text/css">
        textarea
        {
-               width: 100%;
-               height: 450px;
+               width: 100% !important;
+               height: 450px !important;
                border: 1px solid #cccccc;
                padding: 5px;
                font-size: 12px;
@@ -16,8 +16,8 @@
        select[readonly],
        textarea[readonly]
        {
-               width: 100%;
-               height: 450px;
+               width: 100% !important;
+               height: 450px !important;
                border: 1px solid #cccccc;
                padding: 5px;
                font-size: 12px;
@@ -33,7 +33,7 @@
        .cbi-section-table-row,
        .tr[data-title]::before
        {
-               text-align: left;
+               text-align: left !important;
                vertical-align: top;
                margin-left: 0px;
                padding-left: 2px;