Continued working on views.
Not yet everything finished but big part of the views are present now. No AJAX was introduced yet. This is going to be done later.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
.clubs_content_row
|
||||
{
|
||||
margin-left: 2em;
|
||||
padding-left: 2em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.clubs_title_row
|
||||
{
|
||||
@@ -12,3 +13,19 @@
|
||||
{
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
input.clubs,
|
||||
textarea.clubs
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.clubs > tbody > tr > th
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.clubs-invisible
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user