summaryrefslogblamecommitdiffstats
path: root/style/default.css
blob: 9b87f75c5903d32979f1faa2e65ef2c131fb4389 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                          
                             






                   




                   


                         






                                  

                             







                                 
                     











                                     





                     
 
         

                         







                         






                      

                          


               
                                  






                                  









                            



                           




                         







                               


                          

 






                                









                                                  
 
body {
	padding-top: 70px;
	padding-bottom: 10px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-adduser {
  max-width: 600px;
  padding: 10px;
  margin: 0 auto;
}
.form-narrow {
	max-width: 320px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control,
.form-adduser .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slx-default {
  color: #888;
  font-size: 90%;
  font-style: italic;
}

.slx-ga {
	min-width: 8em;
	text-align: left;
}

.slx-dialog {
	width: 100%;
	min-width: 600px;
	max-width: 820px;
}

.bootstrap-tagsinput {
  width: 100%;
  margin: 0px;
  border-radius: 0;
  height: 34px;
}

.isdir {
	font-weight: bold;
}

.slx-litehead {
	margin: 0px 10px 5px 10px;
	color: #aaa;
	text-transform: uppercase;
	font-weight: bold;
}

.red {
	color: red;
}

.slx-label {
	font-weight: bold;
	margin: auto;
}

.slx-table td {
	padding-right: 5px;
	padding-bottom: 2px;
}

.input-group {
	margin-bottom: 2px;
}

.slx-md-width {
	max-width: 600px;
}

.slx-storechart {
	max-width: 140px;
	margin: 5px;
	padding: 3px;
	float: left;
	background-color: #eee;
}

.slx-bold {
	font-weight: bold;
}

.slx-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 240px;
}

.slx-rotation {
  animation-name: rotateThis;
  animation-duration: .75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
 
@keyframes rotateThis {
  from { transform: scale( 1 ) rotate( 0deg );   }
  to   { transform: scale( 1 ) rotate( 360deg ); }
}