Blame view

mustache/app/views/assets/styles/elements.css 289 Bytes
5a739853   patrick.he   commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  /* some elements used in demo only */
  .spinner-preview {
  	width: 100px;
  	height: 100px;
  	text-align: center;
  	margin-top: 60px;
  }
  
  .dropdown-preview {
  	margin: 0 5px;
  	display: inline-block;
  }
  .dropdown-preview  > .dropdown-menu {
  	display: block;
  	position: static;
  	margin-bottom: 5px;
  }