diff --git a/plugins/php/index.html b/plugins/php/index.html index b576f8b9f..5ec54976c 100755 --- a/plugins/php/index.html +++ b/plugins/php/index.html @@ -10,14 +10,16 @@ width: 270px; } -.session_clear_list .line{ +.session_clear_list .line { padding: 0; border-bottom: 1px solid #ececec; width: 270px; } + .session_clear_list .line:last-child { border-bottom: 0px; } + .session_clear_list .line span{ width: auto; height: 35px; @@ -25,11 +27,12 @@ text-align: left; padding: 0 5px; } + .session_clear_list .line span:first-child { width: 170px; border-right: 1px solid #ececec; background: #f7f7f7; - padding-left: 5px; + float: left; }