New A1 redmine theme
Added by Kirill Bezrukov (RedmineUP) over 10 years ago
Replies (13)
RE: New A1 redmine theme
-
Added by Matej Kenda about 10 years ago
I like this theme a lot.
I found one small glitch when printing a list of issues for example: there is a large border on the right, which is not present when using the default Redmine theme. See attached file for example.
a1-theme-border.png (89.7 KB)
RE: New A1 redmine theme
-
Added by Jan Niggemann (redmine.org team member) almost 10 years ago
I like this theme a lot, it's really great!
The only improvement I can imagine would be, that the sidebar be collapsible, that would give more room for the main section...
I think I read about a plugin somewhere, but never tried it.
RE: New A1 redmine theme
-
Added by Kirill Bezrukov (RedmineUP) over 9 years ago
RE: New A1 redmine theme - Added by Anonymous over 9 years ago
We also love to work with the A1 theme! Thanks!
I prepare our test system to upgrade to Redmine version 2.1 and we get a confused colouring....
(Redmine 2.1.2 with A1 1.0.4)
Issue priorities:
Issue colouration:
a1_prior.png (13.9 KB)
a1_prior_issues.png (10.3 KB)
RE: New A1 redmine theme
-
Added by Kirill Bezrukov (RedmineUP) over 9 years ago
This issue about redmine. You may try alternative theme with same issues. You can delete all lines with priority string from css to disable coloring
RE: New A1 redmine theme - Added by Anonymous over 9 years ago
RE: New A1 redmine theme
-
Added by Kirill Bezrukov (RedmineUP) over 9 years ago
- Priority bug ))
- Retina support for gravatars
RE: New A1 redmine theme
-
Added by Kirill Bezrukov (RedmineUP) over 9 years ago
New version 1.0.7 with retina support for all redmine versions http://redminecrm.com/projects/a1theme/products
RE: New A1 redmine theme
-
Added by Tom Smith over 9 years ago
Hey Kirill, I can't find anything about the licence you're distributing this with. Is it OK to fork the theme on Github?
RE: New A1 redmine theme
-
Added by Gonzalo Garcia Jaubert over 9 years ago
There's is an issue with the calendar popup selector and the A1 theme. Go to [[http://demo.redminecrm.com/expenses/1/edit]] and select the calendar, the shadow of the month is not showed, and the buttons are transparent.
calendar.PNG (21.8 KB)
RE: New A1 redmine theme
-
Added by Jan Niggemann (redmine.org team member) over 9 years ago
Hi Kirill,
feature request: It would be nice if private issues were easily recognizable
-> Please make the font red if issue is marked as private.
RE: New A1 redmine theme
-
Added by Igor Silchin almost 9 years ago
Redmine A1 theme: fix for "Issues coloring acc. to Priority" broken http://blog.silkcode.com/2013/06/redmine-a1-theme-issues-coloring-acc-to.html
For those suffered from this "issues coloring acc. to priority" broken in Redmine's Issues listing as of Redmine versions 2.1.2-2.3.1, at least :)
RE: New A1 redmine theme
-
Added by Pierre Maigne over 8 years ago
On our Redmine installation, the left and right arrows on the calendar popup were not displayed. This is probably because redmine is setup in a subfolder URL.
I fixed it by changing the following line in application.css :
.ui-widget-header .ui-icon {background-image: url(/stylesheets/jquery/images/ui-icons_222222_256x240.png);}
to this :
.ui-widget-header .ui-icon {background-image: url(../../../stylesheets/jquery/images/ui-icons_222222_256x240.png);}
Hope this helps !
(1-13/13)