Skip to content

Commit

Permalink
Mejorado el estilo para que queden las cosas bien alineadas
Browse files Browse the repository at this point in the history
  • Loading branch information
iglosiggio committed Jan 4, 2018
1 parent 43cb399 commit 7bfeb81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/css/estilo.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dl.tabs {
.objeto {
width: 120px;
height: 133px;
position: relative;
float: left;
padding: 3px;
margin: 5px;
Expand All @@ -58,9 +59,9 @@ dl.tabs {
.objeto .borrar {
display: block;
width: 37px;
position: relative;
bottom: 35px;
left: 70px;
position: absolute;
bottom: 5px;
left: 76px;
}

.objeto button {
Expand All @@ -71,8 +72,6 @@ dl.tabs {
.resize_fit_center {
max-width: 100% !important;
max-height: 100% !important;
height: 100%;
vertical-align: middle;
}

.invisible {
Expand Down

0 comments on commit 7bfeb81

Please sign in to comment.