backup/restore procedure

This commit is contained in:
Serghey Rodin 2013-03-27 01:16:14 +02:00
commit e23249a997
29 changed files with 1638 additions and 583 deletions

View file

@ -96,7 +96,7 @@
height:110px;
width:161px;
margin: 0;
border-bottom: 1px solid #d3d3d3;
border-bottom: 1px solid #e3e3e3;
}
.nav-lnk {
@ -115,7 +115,7 @@
width: 118px;
float:left;
cursor: pointer;
border-bottom: 1px solid #d3d3d3;
border-bottom: 1px solid #e3e3e3;
}
@ -342,7 +342,7 @@
margin: 0;
width: 990px;
height: 10px;
border-top:1px dotted #d3d3d3;
border-top:1px dotted #e3e3e3;
}
.data-spacer {
@ -361,7 +361,7 @@
.data-dotted {
text-align: left;
vertical-align:top;
border-top:1px dotted #d3d3d3;
border-top:1px dotted #e3e3e3;
padding: 0 0 26px 0;
margin: 0;
}
@ -425,7 +425,7 @@
.data-controls {
float: right;
height: 16px;
border-left: 1px solid #d3d3d3;
border-left: 1px solid #e3e3e3;
font-size: 8pt;
padding: 2px 12px 1px 6px;
letter-spacing: 0.1em;