NIHVIVO-3213: tweaking css styles
This commit is contained in:
parent
5e9b0de745
commit
70f306913d
2 changed files with 8 additions and 9 deletions
|
@ -309,6 +309,7 @@ a.disable-delete {
|
||||||
#edit-myProxy p.selected-editors {
|
#edit-myProxy p.selected-editors {
|
||||||
padding-top: 1.2em;
|
padding-top: 1.2em;
|
||||||
border-top: 1px solid #E0DFDF;
|
border-top: 1px solid #E0DFDF;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
#edit-myProxy a.remove-proxy {
|
#edit-myProxy a.remove-proxy {
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
|
@ -329,7 +330,7 @@ a.disable-delete {
|
||||||
|
|
||||||
.proxy-profile {
|
.proxy-profile {
|
||||||
width: 930px;
|
width: 930px;
|
||||||
background-color: #e2e2dd;
|
background-color: #eaeae8;
|
||||||
/*border-radius: 10px;
|
/*border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;*/
|
-webkit-border-radius: 10px;*/
|
||||||
|
@ -349,10 +350,8 @@ a.disable-delete {
|
||||||
display: block;
|
display: block;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
color: #064D68;
|
||||||
|
padding-top: 1em;
|
||||||
.proxy-profile legend {
|
|
||||||
padding-top: 1em;;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.proxy {
|
.proxy {
|
||||||
|
@ -363,7 +362,7 @@ a.disable-delete {
|
||||||
.profile {
|
.profile {
|
||||||
width: 440px;
|
width: 440px;
|
||||||
float: right;
|
float: right;
|
||||||
border-left: 1px dotted #064D68;
|
border-left: 1px dotted #d7d6d6;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
@ -378,6 +377,7 @@ a.disable-delete {
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
background-color: #317e95;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
</section>
|
</section>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<h4>Relate proxy self editors and profiles</h4>
|
<h4 class="grey">Relate proxy self editors and profiles</h4>
|
||||||
|
|
||||||
<section class="proxy-profile">
|
<section class="proxy-profile">
|
||||||
<form action="${formUrls.create}" method="POST">
|
<form action="${formUrls.create}" method="POST">
|
||||||
|
@ -145,8 +145,7 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
|
||||||
<legend>Add profile</legend>
|
<legend>Add profile</legend>
|
||||||
|
|
||||||
<div name="proxyProfilesPanel">
|
<div name="proxyProfilesPanel">
|
||||||
<p></p>
|
<input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name">
|
||||||
<p><input type="text" name="proxySelectorAC" class="acSelector" size="35" value="Select an existing last name"></p>
|
|
||||||
<p class="search-status">
|
<p class="search-status">
|
||||||
<span name='proxySelectorSearchStatus'
|
<span name='proxySelectorSearchStatus'
|
||||||
moreCharsText='type more characters'
|
moreCharsText='type more characters'
|
||||||
|
|
Loading…
Add table
Reference in a new issue