Working : images : enhance display

This commit is contained in:
gmorel
2013-09-26 15:26:45 +02:00
parent dcd7d6dd4f
commit 0cdd960cb1
3 changed files with 46 additions and 23 deletions

View File

@@ -288,4 +288,29 @@
line-height: 30px;
padding-left: 40px;
width: auto;
}
}
.existing-image .col-sm-6{
position: relative;
margin-bottom: 30px;
.btn-group{
position: absolute;
bottom: 5px;
right: 20px;
}
.loading{
position: absolute;
bottom: 5px;
right: 20px;
display: block;
line-height: 1;
padding: 0;
margin: 0 auto;
z-index: 2;
width: 30px;
height: 30px;
}
}