GUAC-1133: Add session placeholder.

This commit is contained in:
Michael Jumper
2015-03-19 14:38:23 -07:00
parent 292b01d475
commit ed3ee60cc5
6 changed files with 20 additions and 12 deletions

View File

@@ -41,16 +41,6 @@ div.recent-connections {
text-align: center;
}
.no-recent {
color: rgba(255, 255, 255, 0.5);
text-shadow: -1px -1px rgba(0, 0, 0, 0.5);
opacity: 0.5;
font-size: 2em;
font-weight: bolder;
}
div.recent-connections div.connection {
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;

View File

@@ -22,7 +22,7 @@
-->
<!-- Text displayed if no recent connections exist -->
<p class="no-recent" ng-hide="hasRecentConnections()">{{'HOME.INFO_NO_RECENT_CONNECTIONS' | translate}}</p>
<p class="placeholder" ng-hide="hasRecentConnections()">{{'HOME.INFO_NO_RECENT_CONNECTIONS' | translate}}</p>
<!-- All active connections -->
<div ng-repeat="activeConnection in activeConnections" class="connection">