Skip to content

Commit

Permalink
Complete v2 for first beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Berges Yannick committed Jan 16, 2019
1 parent 319d8f8 commit 26ac40c
Show file tree
Hide file tree
Showing 30 changed files with 962 additions and 22,557 deletions.
60 changes: 39 additions & 21 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.action{
width:98% !important;
margin-top: 20px;
}
.action.span12, .modulemessage.span12 {
margin-left: 0 !important;
Expand All @@ -22,24 +23,6 @@ margin-left: -1px !important;
color:#000;
font-weight:bold;
}
.pending.well.well-small.span12 {
margin-left: 0;
}
.revised.well.well-small.span12 {
margin-left: 0;
}
.youritems.well.well-small.span12 {
margin-left: 0;
}
.trashed.well.well-small.span12 {
margin-left: 0;
}
.inprogress.well.well-small.span12 {
margin-left: 0;
}
.inprogress.well.well-small.span6 {
margin-left: 0;
}
h2.nav-header {
border-bottom: 1px solid #E3E3E3;
}
Expand All @@ -48,7 +31,42 @@ h2.nav-header {
max-height: 80px !important;
}
.info-bar {
float: right;
margin-top: -33px;
margin-right: -14px;

}
.contentbloc{
display: flex;
flex-wrap: wrap;
align-content:space-between;
}
.block.well.well-small {
margin-right: 1%;
}
.action .btn.btn-default.btn-lg.itemlist {
width: 107px;
min-height: 101px;
color: inherit;
box-shadow: 0 1px 2px rgba(0,0,0,0.25);
border-radius: 2px;
transition: 0.3s;
}
.action .btn.btn-default.btn-lg.itemlist:hover {
box-shadow: 0 1px 2px rgba(0,0,0,1);
}
.btn.btn-secondary.iconpicker {
display: inline !important;
}
.modulemessage {
padding-top: 20px;
padding-bottom: 20px;
}
ul.j-links-group.nav.nav-list {
padding-top: 13px;
}
/** small correction for admin ***/
body .popover.iconpicker-popover.bottom {
max-width: initial !important;
min-width: initial !important;
}
body .controls .btn-group.btn-group-yesno .btn, body .btn-group.btn-group-yesno .btn, body .btn-group.group-fcinfo .btn, body .btn-group.group-fcprimary .btn, body .btn-group.group-fcsuccess .btn, body .btn-group.group-fcwarning .btn, body .btn-group.group-fcmethod .btn, body .btn-group input[value=""]:first-of-type + label.btn {
width: initial !important;
}
Loading

0 comments on commit 26ac40c

Please sign in to comment.