file lost through rebasing

This commit is contained in:
Alexandre Cloutier
2014-10-01 14:27:58 -04:00
committed by Francis Lachapelle
parent edbd661104
commit 3bf1224c9b
8 changed files with 260 additions and 87 deletions
+117
View File
@@ -353,6 +353,123 @@ $column-gutter: 0;
}
}
}
#modalACL {
@include grid-row();
#usersList {
background-color: $f-dropdown-list-hover-bg;
border: solid black 1px;
box-shadow: 5px 5px 2px #888888;
@include grid-column($columns:7);
@media #{$medium-up} {
@include grid-column($columns:7);
}
.subscriptionArea {
float:right;
input, span {
vertical-align: -webkit-baseline-middle;
margin: 0
}
}
ul {
margin: 0;
padding: 0;
li {
list-style-type: none;
width: 100%;
float: left;
clear: left;
background-color: $f-dropdown-list-hover-bg;
transition: background 300ms ease;
display: block;
color: #666;
line-height: rem-calc(24);
padding: $table-head-padding;
span {
vertical-align: -webkit-baseline-middle;
}
&:hover, &:active {
background-color: $f-dropdown-list-hover-bg;
background-color: #fff;
}
&._selected, &._selected span {
background-color: $module-color;
background-color: #fff;
}
.removeAclUser:hover {
&:focus, &:hover {
color: $primary-color;
color: #fff;
}
}
}
}
.addContactsToolbar {
width:99%;
padding-left: 5px;
display:inline-block;
}
}
#AccessRightList {
overflow: auto;
overflow-x: hidden;
border-left: solid black;
border-top:solid black 1px;
border-right:solid black 1px;
border-bottom: solid black 1px;
min-height: 272px;
@include grid-column($columns:6);
@media #{$medium-up} {
@include grid-column($columns:6);
}
box-shadow: 5px 5px 2px #888888;
background-color: $f-dropdown-list-hover-bg;
transition: background 300ms ease;
DIV.title
{ border-bottom: solid black;
background-color:white;
}
DIV.title SPAN
{ float: left;
line-height: 14px;
text-align: right;
width: 120px;
}
DIV.title SPAN.value
{ float: none;
margin-left: 2em;
font-size: 14px;
font-weight: bold;
}
DIV.title label
{ margin-left: 1em;
}
ul {
margin: 0;
padding: 0;
li {
list-style-type: none;
width: 100%;
float: left;
clear: left;
display: block;
color: #666;
line-height: rem-calc(24);
padding: $table-head-padding;
}
}
}
#aclButtons {
clear:both;
text-align: right;
padding-top:1em;
button{
margin:0;
}
}
}
.buttonsToolbar {
text-align: right;