adding bootstrap layout.

This commit is contained in:
Keivan Beigi
2013-01-16 16:39:42 -08:00
committed by kay.one
parent e4f2121e25
commit 8088872b92
213 changed files with 66623 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
.actionButton
{
margin: 5px;
padding: 2px 5px;
background-repeat: no-repeat;
background-position: 5px center;
background-color: #cccccc;
display: inline-block;
font-size: 15px;
}
.actionButton img
{
cursor: pointer;
vertical-align: middle;
position: relative;
bottom: 3px;
}
.delete
{
}