Jump to content
Message added by Michael,

Important Notice:

We have received reports that this developer is not responding to support requests. Some extensions may not be compatible with newer versions of Blesta.

Recommended Posts

Posted

My fixed for a better showing.

 

In /css/styles.css

 

Find:

 

.panel-links>li.active {
border-color: #6f993a;
background-color: #8dc24a;
}

And add after:

.panel-links>li.active a { color: #fff; }

//////////

 

Find:

.list-group-item {
	margin-bottom: 10px;
	border: none;
}

And replace with:

.list-group-item {
	border: none;
	padding: 5px 15px;
}

Find all stylesheets begin with .panel-links, and replace with:

.panel-links {
    padding: 6px 10px;
    list-style: none;
    font-size: 12px;
	margin: 0px;
}

.panel-links>li {
    display: inline-block;
    color: #656565;
	padding:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FCF8E3;	
}
.panel-links>li:hover {
    color: #000;
	background-color: #F2DEDE;	
}
.panel-links>li .active {
    color: #fff;
	border-color: #6f993a;
	background-color: #8dc24a;	
}

Add new on the bottom:

/* Background for top menu item */
.messages-menu, .notifications-menu, .tasks-menu, .user-menu { background-color: #333; }
  • 1 month later...
  • 1 month later...
  • 3 months later...
  • 4 weeks later...
  • 3 months later...
Posted

Hello The community

 

 

LAST UPDATE : 23-08-2014

 

 

First i dont know if this is the correct forum to post !

 

 

another time we are happy to announce the release of the first professional Template for blesta called admin LTE , this Template is based in the adminLTE  , is bootsrap of course (3.1.x) .

 

to not talk so much i will let you with some screenshoot .

 

Login Page

 

adminlte_3.png

 

 

 

adminlte_4.png

 

 

Client Dashboard

 

adminlte_1.png

 

 

Client Other Pages

 

adminlte_2.png

 

 

when we get more time we will word in the admin side , but we need to add ability to select template for admin side like client side .

 

any BUG/SUGGESTION port it in this thread .

 

you can download it from  github https://github.com/Blesta-Addons/adminlte

 

just upload the folder adminlte inside the folder    "app/views/client/" and select the template from admin area .

 

 

THE BONUS  :

 

the color theme can be changed from admin side in look and feel , client section .

 

if you like our work , thanks or donate :)

 

 

It runs on the latest version of blesta?

  • 7 months later...
  • 3 months later...
  • 5 months later...
  • 2 weeks later...
  • 1 month later...
  • 2 months later...
  • 3 weeks later...
Posted
10 hours ago, Blesta Addons said:

We have added the upgrade template to our TODO list, we will look at it soon .

 

Thats good! This template is really different from others. Hope you keep this template updated. :)

  • 9 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...