Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Meyer <meyer.github@gmail.com>
  • Loading branch information
meyerpp committed Dec 16, 2016
1 parent 115948e commit ea85ab8
Showing 1 changed file with 54 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2012-2013 University of Stuttgart.
* Copyright (c) 2012-2016 University of Stuttgart.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and the Apache License 2.0 which both accompany this distribution,
Expand All @@ -9,6 +9,8 @@
* Contributors:
* Uwe Breitenbücher - initial implementation
* Oliver Kopp - improvements
* Nicole Keppler - add class for only showing namespaces
* Philipp Meyer - add styles for pagination and tooltips
*******************************************************************************/

/* override jquery redmond theme */
Expand Down Expand Up @@ -494,6 +496,33 @@ div.entityContainer > div.center > div.informationContainer > div.namespace {
text-overflow: ellipsis;
overflow: hidden;
}
div.entityContainer > div.center > div.informationContainer > div.namespace > div.namespaceOnly {
font-size: 14px;
font-weight: bold;
height: 18px;
float:left;
white-space: nowrap;
overflow:hidden;
text-overflow:ellipsis;
width: 260px;
direction: rtl;
text-align: left;
}

.namespace .tooltip {
text-shadow: none;
width: auto;
}
.namespace .tooltip .tooltip-inner {
width: auto;
max-width: 100%;
}

div.entityContainer > div.center > div.informationContainer > div.namespace > div.numberOfComponentInstances {
float: right;
margin-left: 20px;
text-shadow: none;
}

div.entityContainer.serviceTemplate > div.left {
background: url('../images/entityBox/serviceTemplate/left.jpg');
Expand Down Expand Up @@ -864,3 +893,27 @@ div.policiesContainer > div.header {
div.policiesContainer > div.content > div.policy > textarea.policy_xml {
display: none;
}

#paginator {
display: flex;
margin-top: 10px;
}

#pageSize{
margin-right: 20px;
margin-left: 30px;
}

#pages{
margin-left: 5px;
margin-right: 5px;
}

.pageSelector{
margin:0px 1px 0 1px;
}

.pageRepresentative{
font-size: large;
margin:0px 1px 0 1px;
}

0 comments on commit ea85ab8

Please sign in to comment.