pushbutton changed to link in left column
This commit is contained in:
@ -138,6 +138,18 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
/* ------------------------------ pushbutton ------------------------------ */
|
||||
|
||||
.push-button-active {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.push-button-active:hover {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* right */
|
||||
|
||||
@ -165,9 +177,11 @@
|
||||
|
||||
.icon-edit {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 2px;
|
||||
top: 7px;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.icon-edit:hover {
|
||||
@ -182,9 +196,9 @@
|
||||
/* ------------------------------ okay-icon ------------------------------ */
|
||||
|
||||
.icon-okay {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-top: 6px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin-top: 7px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
@ -201,12 +215,7 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.input-element-button {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.input-element-hidden, .input-element-button-hidden {
|
||||
.input-element-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -303,19 +312,6 @@ option {
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* PUSH-BUTTON */
|
||||
|
||||
.push-button {
|
||||
border: 2px solid dimgray;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
top: 5px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* PANEL <- moved here from SEAWebClientSwiper.css */
|
||||
.panel {
|
||||
|
Reference in New Issue
Block a user