[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1391#comment-1391
 ] 

Al Krinker commented on SOLR-6057:
--

[~steffkes] - Yeah, the big thing was inability to see the highlights, and the 
duplicate was me just trying to keep the code clean :) I personally like the 
design since it is simple. Btw is it possible to add me to the contrib group so 
I can remove the duplicate and see if I can pitch in by taking care of some of 
the bugs in Jira?

 Duplicate background-color in #content #analysis #analysis-result .match 
 (analysis.css)
 ---

 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial

 Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
 #analysis #analysis-result .match element with following content:
   #content #analysis #analysis-result .match
   {
   background-color: #e9eff7;
   background-color: #f2f2ff;
   }
 background-color listed twice.
 Also, it was very hard for me to see the highlight. Recommend to change it to 
 background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1481#comment-1481
 ] 

Al Krinker commented on SOLR-6057:
--

p.s. i could not even log into my original account 'krinker', and had to create 
'al.krinker' instead... and just got my access back to krinker. It was a mess. 

p.s. could you add krinker to the list of contributors? Thanks!

 Duplicate background-color in #content #analysis #analysis-result .match 
 (analysis.css)
 ---

 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial

 Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
 #analysis #analysis-result .match element with following content:
   #content #analysis #analysis-result .match
   {
   background-color: #e9eff7;
   background-color: #f2f2ff;
   }
 background-color listed twice.
 Also, it was very hard for me to see the highlight. Recommend to change it to 
 background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1481#comment-1481
 ] 

Al Krinker edited comment on SOLR-6057 at 5/16/14 6:15 PM:
---

p.s. i could not even log into my original account 'krinker', and had to create 
'al.krinker' instead... and just got my access back to krinker. It was a mess. 

p.s. could you add al.krinker to the list of contributors? Thanks!


was (Author: al.krinker):
p.s. i could not even log into my original account 'krinker', and had to create 
'al.krinker' instead... and just got my access back to krinker. It was a mess. 

p.s. could you add krinker to the list of contributors? Thanks!

 Duplicate background-color in #content #analysis #analysis-result .match 
 (analysis.css)
 ---

 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial

 Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
 #analysis #analysis-result .match element with following content:
   #content #analysis #analysis-result .match
   {
   background-color: #e9eff7;
   background-color: #f2f2ff;
   }
 background-color listed twice.
 Also, it was very hard for me to see the highlight. Recommend to change it to 
 background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1477#comment-1477
 ] 

Al Krinker commented on SOLR-6057:
--

Thank you [~steffkes]. 

Btw, I dont see Assign to me capability when I view tickets (I was going to 
assign this ticket to myself)... I guess that's why I was under the impression 
that I was not a contributor yet.

and yeah, that outage caused a lot of headaches already!

 Duplicate background-color in #content #analysis #analysis-result .match 
 (analysis.css)
 ---

 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial

 Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
 #analysis #analysis-result .match element with following content:
   #content #analysis #analysis-result .match
   {
   background-color: #e9eff7;
   background-color: #f2f2ff;
   }
 background-color listed twice.
 Also, it was very hard for me to see the highlight. Recommend to change it to 
 background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13999194#comment-13999194
 ] 

Al Krinker commented on SOLR-6057:
--

I agree... red is not a good choice since in most cases it draws attention of 
the user to indicate some type of error. A Lighter green would be better.

 Duplicate background-color in #content #analysis #analysis-result .match 
 (analysis.css)
 ---

 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial

 Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
 #analysis #analysis-result .match element with following content:
   #content #analysis #analysis-result .match
   {
   background-color: #e9eff7;
   background-color: #f2f2ff;
   }
 background-color listed twice.
 Also, it was very hard for me to see the highlight. Recommend to change it to 
 background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-16 Thread Al Krinker (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000129#comment-14000129
 ] 

Al Krinker commented on SOLR-6057:
--

Gotcha. I am a contributor to Apache Accumulo, and they allow contributors to 
assign issues to themselves. Personally, I like it since I can view all of my 
jira tickets on the dashboard.

No problem. I can just post patched against a ticket and then ask one of the 
committers to apply it. Thanks again!

 Duplicate background-color in #content #analysis #analysis-result .match 
 (analysis.css)
 ---

 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial

 Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
 #analysis #analysis-result .match element with following content:
   #content #analysis #analysis-result .match
   {
   background-color: #e9eff7;
   background-color: #f2f2ff;
   }
 background-color listed twice.
 Also, it was very hard for me to see the highlight. Recommend to change it to 
 background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

2014-05-14 Thread Al Krinker (JIRA)
Al Krinker created SOLR-6057:


 Summary: Duplicate background-color in #content #analysis 
#analysis-result .match (analysis.css)
 Key: SOLR-6057
 URL: https://issues.apache.org/jira/browse/SOLR-6057
 Project: Solr
  Issue Type: Bug
Reporter: Al Krinker
Priority: Trivial


Inside of solr/webapp/web/css/styles/analysis.css, you can find #content 
#analysis #analysis-result .match element with following content:

#content #analysis #analysis-result .match
{
background-color: #e9eff7;
background-color: #f2f2ff;
}

background-color listed twice.

Also, it was very hard for me to see the highlight. Recommend to change it to 
background-color: #FF;



--
This message was sent by Atlassian JIRA
(v6.2#6252)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org