NIHVIVO-3213: Worked on markup/styles for adding proxies through account pages
This commit is contained in:
parent
c93cecb63c
commit
af9d8c7424
5 changed files with 82 additions and 38 deletions
|
@ -275,4 +275,44 @@ a.disable-delete {
|
|||
}
|
||||
.disabledSubmit {
|
||||
cursor: default ! important;
|
||||
}
|
||||
|
||||
/* PROXY MY ACCOUNT'S PROFILE ------> */
|
||||
#edit-myProxy {
|
||||
float: right;
|
||||
padding: 2em;
|
||||
padding-top: 1em;
|
||||
background-color: #f7f7f4;
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
#edit-myProxy h4 {
|
||||
padding-top: 0;
|
||||
}
|
||||
.photo-profile {
|
||||
border: 2px solid #DDE4E3;
|
||||
}
|
||||
.proxyInfoElement {
|
||||
padding-top: .8em;
|
||||
border-bottom: 1px dotted #E0DFDF;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
#edit-myProxy p.search-status {
|
||||
margin-top: -10px;
|
||||
font-size: .8em;
|
||||
color: #7F8993;
|
||||
padding-left: 10px;
|
||||
}
|
||||
#edit-myProxy p.selected-editors {
|
||||
padding-top: 1.2em;
|
||||
border-top: 1px solid #E0DFDF;
|
||||
}
|
||||
#edit-myProxy a.remove-proxy {
|
||||
font-size: .9em;
|
||||
}
|
||||
#edit-myProxy .proxy-info {
|
||||
padding-left: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue