integration/css/common.css
brancheditorjs
changeset 16 7536b92a7775
parent 15 56937307d7f4
child 20 c0bb6a59f587
equal deleted inserted replaced
15:56937307d7f4 16:7536b92a7775
   165   	-moz-border-radius: 4px;
   165   	-moz-border-radius: 4px;
   166   	border-radius: 4px;
   166   	border-radius: 4px;
   167 }
   167 }
   168 /* popin - user */
   168 /* popin - user */
   169 
   169 
   170 .user.popin.signup {
   170 .popin {
   171 	display: none;
   171     display: none;
   172 }
       
   173 .user.popin.info {
       
   174 	display: none;
       
   175 }
       
   176 .user.popin.login {
       
   177 	display: none;
       
   178 }
   172 }
   179 
   173 
   180 .user.popin{
   174 .user.popin{
   181 	top: 48px;
   175 	top: 48px;
   182 	right: 0;
   176 	right: 0;
   203 }
   197 }
   204 
   198 
   205 .button:hover{
   199 .button:hover{
   206 	background-color: #FF00FC
   200 	background-color: #FF00FC
   207 }
   201 }
   208 .user h2 {
   202 .user.login h2, .user.signup h2 {
   209 	color: #de2500;
   203 	color: #de2500;
   210 	font-size: 14px;
   204 	font-size: 14px;
       
   205 	font-weight: 600;
   211 	margin-bottom: 12px;
   206 	margin-bottom: 12px;
   212 }
   207 }
       
   208 
       
   209 .user.info h2 {
       
   210     color: #7628df;
       
   211     font-size: 18px;
       
   212     font-weight: 600;margin-bottom: 2px;
       
   213 }
       
   214 
   213 .user label{
   215 .user label{
   214 	width: 84px;
   216 	width: 84px;
   215 	font-size: 12px;
   217 	font-size: 12px;
   216 	display: inline-block;
   218 	display: inline-block;
   217 	float: left;
   219 	line-height: 10px;
   218 	line-height: 12px;
       
   219 }
   220 }
   220 .user p {
   221 .user p {
   221 	display: block;
   222 	display: block;
   222 	line-height: 18px;
   223 	line-height: 18px;
   223 	margin-bottom: 8px;
   224 	margin-bottom: 8px;
   224 	overflow: hidden;
   225 	overflow: hidden;
   225 }
   226 }
   226 .user input[type=text],
   227 .user input[type=text],
   227 .user input[type=password] {
   228 .user input[type=password] {
   228 	float: left;
       
   229 	position: relative;
   229 	position: relative;
   230 	width: 110px;
   230 	width: 110px;
   231 	padding: 0 5px;
   231 	padding: 0 5px;
   232 	height: 18px;
   232 	height: 18px;
   233 	display: inline-block;
   233 	display: inline-block;
   234 }
   234 }
   235 .user .button {
   235 .user .button {
   236     float: right;
   236     float: right;
   237 }
   237 }
   238 /* popin - user - info */
   238 /* popin - user - info */
   239 .user .popin-content{
   239 .user.info {
   240 	min-width: 150px;
       
   241 	text-align: right;
   240 	text-align: right;
   242 }
       
   243 .user h2{
       
   244 	color: #7628df;
       
   245 	font-size: 18px;
       
   246 	font-weight: 600;
       
   247 	margin-bottom: 2px;
       
   248 }
   241 }
   249 .user h3{
   242 .user h3{
   250 	color: #30036d;
   243 	color: #30036d;
   251 	font-size: 14px;
   244 	font-size: 14px;
   252 	margin-bottom: 10px;
   245 	margin-bottom: 10px;