Adding Padding to the User boxes so there not to tight to the div edges

pull/106/merge
Peter Goodhall 2011-08-20 22:33:32 +01:00
rodzic 22cc36f674
commit 9d3bf20773
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -71,6 +71,8 @@ ul#user li { float: left; margin: 2px 2px 0 3px; height:43px; border-bottom: non
#user a { float: left; display: block; color: #ebebeb; text-decoration: none; padding-top: 7px; padding-left: 6px; padding-right: 5px; text-align:center; }
#user a:hover { }
.user { padding: 5px; }
.wrap_content { margin: 0 auto; width: 780px; border: 1px solid #d7d7d7; background-color: #ffffff; padding-bottom: 5px; }

Wyświetl plik

@ -23,7 +23,7 @@
</script>
<div class="wrap_content">
<div class="wrap_content user">
<?php if($this->session->flashdata('notice')) { ?>