Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
74
modules/autosave/autosave.css
Normal file
74
modules/autosave/autosave.css
Normal file
|
@ -0,0 +1,74 @@
|
|||
#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;
|
||||
}
|
Reference in a new issue