perkeep/server/camlistored/ui/mobile_setup.css

71 lines
1.6 KiB
CSS

/*
Copyright 2014 The Camlistore Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.mobile-setup-page {
background-color: rgb(51, 51, 51);
color: rgba(255, 255, 255, 1);
font-family: 'Open Sans', sans-serif;
font-size: 19px;
margin: 0 auto;
padding-top: 9px;
width: 456px;
}
.mobile-setup-page img {
height: 456px;
width: 456px;
}
.mobile-setup-page label {
display: block;
padding: 8px 0;
}
.mobile-setup-page input {
background: none;
border: 1px rgba(255, 255, 255, 0);
border-style: solid none;
color: rgba(255, 255, 255, 1);
cursor: default;
font-family: 'Open Sans', sans-serif;
font-size: 19px;
margin: 0;
outline: none;
padding: 0;
}
.mobile-setup-page .mobile-setup-auto-upload input {
float: right;
margin: 9px;
}
.mobile-setup-page .mobile-setup-helptext {
display: block;
font-size: 16px;
font-weight: lighter;
}
.mobile-setup-page .mobile-setup-max-cache-size input[type="text"] {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
width: 5em;
text-align: right;
}
.mobile-setup-page input[type="text"] {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
width: 100%;
}