Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • css
  • general.css
  • Riku Silvola's avatar
    color foodwaves delivered · 8c4cfe8f
    Riku Silvola committed Oct 27, 2012
    8c4cfe8f Browse Files
general.css 380 Bytes
BlameHistoryPermalink
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
/* General css, use for non-layout purposes for general elements */


/* userlistview popup */
.userdata_popup {
position: absolute;
border: 1px solid black;
background: white;
border-radius: 3px;
display: none;

}


/*  general class for hoverable usage  */
.hoverable {

}

.text-center {
	text-align: center;
}

.closed {
	background-color: #eee;
}

.hidden {
	display: none;
}