aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/assets/css/home
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-23 11:15:45 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-23 09:59:45 +0000
commitf62c0dd0a33b444505ad0c1bdaddc5e0a86a11a6 (patch)
tree807e09128156540ea674e5da8f8f2c0178fcb294 /3rd_party/static/testapi-ui/assets/css/home
parentfc3d96993d39fb852bc78005e5d4e18502e3e99e (diff)
Clean CSS code
JIRA: DOVETAIL-753 This patch cleans the CSS code, which was in a bad state and not maintainable. Change-Id: I6b18bcc8f45d1df091c2e17f0b0a99f0be49d6d6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/assets/css/home')
-rw-r--r--3rd_party/static/testapi-ui/assets/css/home/home.css62
1 files changed, 31 insertions, 31 deletions
diff --git a/3rd_party/static/testapi-ui/assets/css/home/home.css b/3rd_party/static/testapi-ui/assets/css/home/home.css
index f6f9a2e..b806151 100644
--- a/3rd_party/static/testapi-ui/assets/css/home/home.css
+++ b/3rd_party/static/testapi-ui/assets/css/home/home.css
@@ -1,75 +1,75 @@
.home-container {
- padding-left: 0px;
- padding-right: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
}
.home-category {
- border-right-style:solid;
- border-left-style:solid;
- padding-left: 0px;
- padding-right: 0px;
+ border-right-style: solid;
+ border-left-style: solid;
+ padding-left: 0px;
+ padding-right: 0px;
}
.home-content-title {
- margin-top: 40px;
- margin-bottom: 20px;
- text-align:center;
+ margin-top: 40px;
+ margin-bottom: 20px;
+ text-align: center;
}
.home-content {
- margin-top: 100px;
+ margin-top: 100px;
}
.home-content-text {
- text-align: justify;
- font-size: 22px;
+ text-align: justify;
+ font-size: 22px;
}
.home-content-img {
- width: 80%;
+ width: 80%;
}
#directory_inner th {
- font-size: 20px;
+ font-size: 20px;
}
#directory_inner tbody {
- font-size: 18px;
+ font-size: 18px;
}
#directory_inner tr {
- vertical-align: center;
+ vertical-align: center;
}
#directory_inner {
- width: 100%;
- max-width: 100%;
- margin-bottom: 20px;
+ width: 100%;
+ max-width: 100%;
+ margin-bottom: 20px;
}
#directory_break {
- height: 1px;
- display: flex;
- border: 1px solid #ccc;
+ height: 1px;
+ display: flex;
+ border: 1px solid #ccc;
}
#directory_inner > thead > tr > th {
- border-bottom: 2px solid #ddd;
- padding-bottom: 8px;
+ border-bottom: 2px solid #ddd;
+ padding-bottom: 8px;
}
#directory_inner > tbody > tr > td {
- border-bottom: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
}
.company_logo {
- padding-right: 30px;
- padding-left: 20px;
- padding-top: 20px;
- padding-bottom: 20px;
+ padding-right: 30px;
+ padding-left: 20px;
+ padding-top: 20px;
+ padding-bottom: 20px;
}
.company_row:hover {
- cursor: pointer;
- text-decoration: underline;
+ cursor: pointer;
+ text-decoration: underline;
}