74 lines
1.2 KiB
CSS
74 lines
1.2 KiB
CSS
#autosave-status {
|
|
display: none;
|
|
text-align:left;
|
|
z-index:99;
|
|
color:#FFF;
|
|
background:#37a;
|
|
position:fixed;
|
|
width:100%;
|
|
height: 2em;
|
|
bottom:0px; right:0px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#autosave-status img .left-arrow{
|
|
position: absolute;
|
|
top: -6px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
#autosave-status img .right-arrow{
|
|
position: absolute;
|
|
top: -6px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#autosave-status .arrow {
|
|
background-color:#66A1CC;
|
|
border:1px solid #2E516B;
|
|
color:#2E516B;
|
|
display:inline;
|
|
height:15px;
|
|
margin-left:60px;
|
|
margin-top:4px;
|
|
position:absolute;
|
|
text-align:center;
|
|
width:15px;
|
|
line-height:1em;
|
|
}
|
|
|
|
#autosave-status #right-arrow {
|
|
margin-left: 80px;
|
|
}
|
|
|
|
#autosave-status .disabled {
|
|
background-color: #3174A5;
|
|
}
|
|
|
|
#autosave-status .enabled:hover {
|
|
background-color: #B3D0E6;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#autosave-status #status {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#autosave-status #view a {
|
|
margin-left: 40px;
|
|
color: #FFF;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#autosave-status #delete a {
|
|
margin-left: 20px;
|
|
color: #FFF;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#autosave-status a {
|
|
margin-left: 20px;
|
|
color: #FFF;
|
|
text-decoration: underline;
|
|
}
|