Creation and editing of events
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
width: 100px !important;
|
||||
}
|
||||
|
||||
.width-tiny {
|
||||
width: 60px !important;
|
||||
}
|
||||
|
||||
.width-medium {
|
||||
width: 250px !important;
|
||||
}
|
||||
@@ -17,3 +21,15 @@
|
||||
.pr-20 {
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
|
||||
.height-50 {
|
||||
height: 50px !important;
|
||||
}
|
||||
|
||||
.pt-20 {
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
|
||||
.pb-20 {
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ input[type="text"],
|
||||
input[type="email"],
|
||||
input[type="password"],
|
||||
input[type="date"],
|
||||
input[type="number"],
|
||||
select {
|
||||
width: 100%;
|
||||
font-size: 13pt;
|
||||
@@ -32,6 +33,7 @@ input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="number"]:focus,
|
||||
select:focus {
|
||||
outline: none;
|
||||
border-color: #1d4899;
|
||||
|
||||
Reference in New Issue
Block a user