File: mobile.css

package info (click to toggle)
shinken-mod-webui 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,136 kB
  • ctags: 2,980
  • sloc: python: 3,654; sh: 47; makefile: 19; sql: 3
file content (30 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.ui-icon{
	background-image: url("../../images/icons-18-white.png");
}
#userFooter{
	float : right;
	margin-right:30px;
	position:relative;
}
#userFooter .username{
	margin-right: 40px;
	margin-top: 7px;
	float: left;
}
h1 img{
	float:left;
	margin-right:10px;
}
.wall_element{
	float:left;
	border: 1px solid #000000;
	float: left;
	margin: 10px;
	text-align: center;
	width: 105px;
	height:130px;
	display:block;
	color:#fff!important;
	padding:5px;
	word-wrap: break-word;
}